diff options
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/model_dep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index 02e5b2e..f3a210d 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -372,7 +372,6 @@ void c_boot_entry(vm_offset_t bi) machine_slot[0].running = TRUE; machine_slot[0].cpu_subtype = CPU_SUBTYPE_AT386; -#if 0 switch (discover_x86_cpu_type ()) { case 3: @@ -389,10 +388,6 @@ void c_boot_entry(vm_offset_t bi) machine_slot[0].cpu_type = CPU_TYPE_PENTIUMPRO; break; } -#else - machine_slot[0].cpu_type = CPU_TYPE_I386; -#endif - /* * Start the system. |