Changes in kernel/generic/src/main/kinit.c [a36c4aa:6a044dd] in mainline
- File:
-
- 1 edited
-
kernel/generic/src/main/kinit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
ra36c4aa r6a044dd 86 86 87 87 #ifdef CONFIG_KCONSOLE 88 static char alive[ALIVE_CHARS] __attribute__((nonstring))= "-\\|/";88 static char alive[ALIVE_CHARS] = "-\\|/"; 89 89 #endif 90 90 … … 108 108 #ifdef CONFIG_SMP 109 109 if (config.cpu_count > 1) { 110 semaphore_initialize(&ap_completion_semaphore, 0); 111 110 112 /* 111 113 * Create the kmp thread and wait for its completion.
Note:
See TracChangeset
for help on using the changeset viewer.
