/[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.2 by jrydberg, Fri Dec 7 02:53:39 2001 UTC revision 1.3 by jrydberg, Fri Dec 7 22:08:23 2001 UTC
# Line 30  Foundation, Inc., 59 Temple Place - Suit Line 30  Foundation, Inc., 59 Temple Place - Suit
30  #include "thread.h"  #include "thread.h"
31  #include "task.h"  #include "task.h"
32  #include "init-main.h"  #include "init-main.h"
33    #include "ipc-object.h"
34    
35  #include "ppc-bat.h"  #include "ppc-bat.h"
36  #include "ppc-trap.h"  #include "ppc-trap.h"
# Line 186  initofw (void) Line 187  initofw (void)
187    thread_init ();    thread_init ();
188    processor_init_idle_threads ();    processor_init_idle_threads ();
189    
190      /* Initialize IPC system.  */
191    #if 1
192      ipc_init ();
193    #endif
194    
195    init_main ();    init_main ();
196    /* NOTREACHED */    /* NOTREACHED */
197  }  }

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

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