Changeset 319e60e in mainline for kernel/generic/src/main/kinit.c
- Timestamp:
- 2006-12-11T18:33:53Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50661ab
- Parents:
- 134877d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r134877d r319e60e 70 70 #include <synch/waitq.h> 71 71 #include <synch/spinlock.h> 72 73 #ifdef CONFIG_TEST74 #include <test.h>75 #endif /* CONFIG_TEST */76 72 77 73 /** Kernel initialization thread. … … 155 151 interrupts_enable(); 156 152 157 #ifdef CONFIG_TEST158 test();159 printf("\nTest finished, please reboot.\n");160 #else /* CONFIG_TEST */161 162 153 count_t i; 163 154 for (i = 0; i < init.cnt; i++) { … … 195 186 } 196 187 } 197 #endif /* CONFIG_TEST */198 199 188 } 200 189
Note:
See TracChangeset
for help on using the changeset viewer.