Changes in kernel/generic/src/main/kinit.c [6a044dd:a36c4aa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r6a044dd ra36c4aa 86 86 87 87 #ifdef CONFIG_KCONSOLE 88 static char alive[ALIVE_CHARS] = "-\\|/";88 static char alive[ALIVE_CHARS] __attribute__((nonstring)) = "-\\|/"; 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 112 110 /* 113 111 * Create the kmp thread and wait for its completion.
Note:
See TracChangeset
for help on using the changeset viewer.