/[hurd]/gnumach/i386/i386at/model_dep.c
ViewVC logotype

Diff of /gnumach/i386/i386at/model_dep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by marcus, Thu May 23 01:54:57 2002 UTC revision 1.9.2.1 by ams, Sun Nov 28 17:29:35 2004 UTC
# Line 372  void c_boot_entry(vm_offset_t bi) Line 372  void c_boot_entry(vm_offset_t bi)
372          machine_slot[0].running = TRUE;          machine_slot[0].running = TRUE;
373          machine_slot[0].cpu_subtype = CPU_SUBTYPE_AT386;          machine_slot[0].cpu_subtype = CPU_SUBTYPE_AT386;
374    
 #if 0  
375          switch (discover_x86_cpu_type ())          switch (discover_x86_cpu_type ())
376            {            {
377            case 3:            case 3:
# Line 389  void c_boot_entry(vm_offset_t bi) Line 388  void c_boot_entry(vm_offset_t bi)
388              machine_slot[0].cpu_type = CPU_TYPE_PENTIUMPRO;              machine_slot[0].cpu_type = CPU_TYPE_PENTIUMPRO;
389              break;              break;
390            }            }
 #else  
         machine_slot[0].cpu_type = CPU_TYPE_I386;  
 #endif  
   
391    
392          /*          /*
393           * Start the system.           * Start the system.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26