clean up age old via epia target.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5368 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
3dfd03f887
commit
8a92684514
@@ -53,7 +53,7 @@ static void set_var_mtrr_x(
|
||||
}
|
||||
#endif
|
||||
|
||||
static void cache_lbmem(int type)
|
||||
static inline void cache_lbmem(int type)
|
||||
{
|
||||
/* Enable caching for 0 - 1MB using variable mtrr */
|
||||
disable_cache();
|
||||
@@ -118,7 +118,7 @@ static void early_mtrr_init(void)
|
||||
enable_cache();
|
||||
}
|
||||
|
||||
static int early_mtrr_init_detected(void)
|
||||
static inline int early_mtrr_init_detected(void)
|
||||
{
|
||||
msr_t msr;
|
||||
/* See if MTRR's are enabled.
|
||||
|
Reference in New Issue
Block a user