/[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.1.1.1 by jrydberg, Fri Dec 7 02:06:21 2001 UTC revision 1.2 by jrydberg, Fri Dec 7 22:08:23 2001 UTC
# Line 31  Foundation, Inc., 59 Temple Place - Suit Line 31  Foundation, Inc., 59 Temple Place - Suit
31  #include "thread.h"  #include "thread.h"
32  #include "task.h"  #include "task.h"
33  #include "init-main.h"  #include "init-main.h"
34    #include "ipc-object.h"
35    
36  #include "pc-pic.h"  #include "pc-pic.h"
37  #include "pc-clocks.h"  #include "pc-clocks.h"
# Line 100  init386 (void) Line 101  init386 (void)
101    task_init ();    task_init ();
102    thread_init ();    thread_init ();
103    processor_init_idle_threads ();    processor_init_idle_threads ();
104    
105      ipc_init ();
106    init_main ();    init_main ();
107  }  }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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