Changeset 26678e5 in mainline for kernel/generic/src/main/kinit.c
- Timestamp:
- 2006-09-26T15:10:40Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86b31ba9
- Parents:
- b44939b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
rb44939b r26678e5 64 64 65 65 #ifdef CONFIG_SMP 66 #include < arch/smp/mps.h>66 #include <smp/smp.h> 67 67 #endif /* CONFIG_SMP */ 68 68 … … 95 95 #ifdef CONFIG_SMP 96 96 if (config.cpu_count > 1) { 97 waitq_initialize(&ap_completion_wq); 97 98 /* 98 99 * Create the kmp thread and wait for its completion.
Note:
See TracChangeset
for help on using the changeset viewer.