same spelling in all mtrr output.. (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3453 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
df6c858218
commit
57d2af895e
|
@ -352,7 +352,7 @@ void x86_setup_fixed_mtrrs(void)
|
||||||
|
|
||||||
printk_debug("\n");
|
printk_debug("\n");
|
||||||
/* Initialized the fixed_mtrrs to uncached */
|
/* Initialized the fixed_mtrrs to uncached */
|
||||||
printk_debug("Setting fixed MTRRs(%d-%d) type: UC\n",
|
printk_debug("Setting fixed MTRRs(%d-%d) Type: UC\n",
|
||||||
0, NUM_FIXED_RANGES);
|
0, NUM_FIXED_RANGES);
|
||||||
set_fixed_mtrrs(0, NUM_FIXED_RANGES, MTRR_TYPE_UNCACHEABLE);
|
set_fixed_mtrrs(0, NUM_FIXED_RANGES, MTRR_TYPE_UNCACHEABLE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue