summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_106cx/model_106cx_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_106cx/model_106cx_init.c')
-rw-r--r--src/cpu/intel/model_106cx/model_106cx_init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/intel/model_106cx/model_106cx_init.c b/src/cpu/intel/model_106cx/model_106cx_init.c
index 8c462f187412..278d8dea81fd 100644
--- a/src/cpu/intel/model_106cx/model_106cx_init.c
+++ b/src/cpu/intel/model_106cx/model_106cx_init.c
@@ -63,9 +63,6 @@ static void model_106cx_init(struct device *cpu)
{
char processor_name[49];
- /* Turn on caching if we haven't already */
- x86_enable_cache();
-
/* Print processor name */
fill_processor_name(processor_name);
printk(BIOS_INFO, "CPU: %s.\n", processor_name);