/[rtmk]/rtmk/i386/pc-init.c
ViewVC logotype

Diff of /rtmk/i386/pc-init.c

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

revision 1.8 by jrydberg, Sat Feb 16 14:58:49 2002 UTC revision 1.9 by jrydberg, Wed Mar 6 00:50:38 2002 UTC
# Line 40  Foundation, Inc., 59 Temple Place - Suit Line 40  Foundation, Inc., 59 Temple Place - Suit
40  #include "pc-multiboot.h"  #include "pc-multiboot.h"
41    
42  #include "i386-segment.h"  #include "i386-segment.h"
43    #include "host.h"
44    
45  #if NCPUS > 1  #if NCPUS > 1
46  #include "smp.h"  #include "smp.h"
47  #endif  #endif
48    
49    extern void identify_cpu (struct host_info_processor *hip);
50    
51  void  void
52  init386 (void)  init386 (void)
53  {  {
# Line 86  init386 (void) Line 89  init386 (void)
89    
90  #if NCPUS > 1  #if NCPUS > 1
91    smp_bootstrap ();    smp_bootstrap ();
92      identify_cpu (& host_info_processor [CPU_CURRENT ()]);
93    else
94      identify_cpu (& host_info_processor [0]);
95  #endif  #endif
96    
97    /* Initialize the virtual memory system.  We have to do it in    /* Initialize the virtual memory system.  We have to do it in

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

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