Changeset 36a140b in mainline for generic/src/main/kinit.c
- Timestamp:
- 2005-11-08T12:38:52Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 789b5cc
- Parents:
- 5f85c91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/kinit.c
r5f85c91 r36a140b 51 51 #include <synch/spinlock.h> 52 52 53 #ifdef __TEST__53 #ifdef CONFIG_TEST 54 54 #include <test.h> 55 #endif /* __TEST__*/55 #endif /* CONFIG_TEST */ 56 56 57 57 #include <mm/frame.h> … … 118 118 interrupts_enable(); 119 119 120 #ifdef __USERSPACE__120 #ifdef CONFIG_USERSPACE 121 121 /* 122 122 * Create the first user task. … … 150 150 151 151 thread_ready(t); 152 #endif /* __USERSPACE__*/152 #endif /* CONFIG_USERSPACE */ 153 153 154 #ifdef __TEST__154 #ifdef CONFIG_TEST 155 155 test(); 156 #endif /* __TEST__*/156 #endif /* CONFIG_TEST */ 157 157 158 158
Note:
See TracChangeset
for help on using the changeset viewer.