Changeset 88d594a in rtems for cpukit/sapi/src/exinit.c
- Timestamp:
- 05/24/95 21:39:42 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5b9d6ddf
- Parents:
- bf61e45c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/src/exinit.c
rbf61e45c r88d594a 108 108 _CPU_Initialize( cpu_table, _Thread_Dispatch ); 109 109 110 /* 111 * Do this as early as possible to insure no debugging output 112 * is even attempted to be printed. 113 */ 114 115 _Debug_Manager_initialization(); 116 110 117 multiprocessing_table = configuration_table->User_multiprocessing_table; 111 118 if ( multiprocessing_table == NULL )
Note: See TracChangeset
for help on using the changeset viewer.