/[rtmk]/rtmk/ppc/ofw-init.c
ViewVC logotype

Diff of /rtmk/ppc/ofw-init.c

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

revision 1.3 by jrydberg, Fri Dec 7 22:08:23 2001 UTC revision 1.4 by jrydberg, Mon Dec 10 22:28:08 2001 UTC
# Line 182  initofw (void) Line 182  initofw (void)
182    /* Initialize kernel allocator.  */    /* Initialize kernel allocator.  */
183    vm_kmem_init (vstart, vend);    vm_kmem_init (vstart, vend);
184    
185      /* Initialize IPC system.  */
186      ipc_init ();
187    
188    processor_init ();    processor_init ();
189    task_init ();    task_init ();
190    thread_init ();    thread_init ();
191    processor_init_idle_threads ();    processor_init_idle_threads ();
192    
   /* Initialize IPC system.  */  
 #if 1  
   ipc_init ();  
 #endif  
   
193    init_main ();    init_main ();
194    /* NOTREACHED */    /* NOTREACHED */
195  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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