aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_lx/model_lx_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/model_lx/model_lx_init.c')
-rw-r--r--src/cpu/amd/model_lx/model_lx_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/amd/model_lx/model_lx_init.c b/src/cpu/amd/model_lx/model_lx_init.c
index 541b3649ce..1cdfda8e54 100644
--- a/src/cpu/amd/model_lx/model_lx_init.c
+++ b/src/cpu/amd/model_lx/model_lx_init.c
@@ -46,7 +46,6 @@ static void model_lx_init(device_t dev)
printk_debug("model_lx_init\n");
/* Turn on caching if we haven't already */
-
x86_enable_cache();
/* Enable the local cpu apics */
@@ -60,7 +59,7 @@ static void model_lx_init(device_t dev)
outb(0x02,0x92);
printk_debug("A20 (0x92): %d\n",inb(0x92));
- printk_debug("model_lx_init DONE\n");
+ printk_debug("CPU model_lx_init DONE\n");
};
static struct device_operations cpu_dev_ops = {