Ignore:
File:
1 edited

Legend:

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

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