Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/kinit.c

    ra36c4aa r6a044dd  
    8686
    8787#ifdef CONFIG_KCONSOLE
    88 static char alive[ALIVE_CHARS] __attribute__((nonstring)) = "-\\|/";
     88static char alive[ALIVE_CHARS] = "-\\|/";
    8989#endif
    9090
     
    108108#ifdef CONFIG_SMP
    109109        if (config.cpu_count > 1) {
     110                semaphore_initialize(&ap_completion_semaphore, 0);
     111
    110112                /*
    111113                 * Create the kmp thread and wait for its completion.
Note: See TracChangeset for help on using the changeset viewer.