Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/cpu/cpu.c

    r2e4343b r95d45482  
    5050#include <sysinfo/sysinfo.h>
    5151#include <arch/cycle.h>
    52 #include <synch/rcu.h>
    5352
    5453cpu_t *cpus;
     
    7271                memsetb(cpus, sizeof(cpu_t) * config.cpu_count, 0);
    7372
    74                 // XXX: All kernel stacks must be aligned to STACK_SIZE,
    75                 //      see get_stack_base().
     73                // NOTE: All kernel stacks must be aligned to STACK_SIZE,
     74                //       see get_stack_base().
    7675                size_t i;
    7776                for (i = 0; i < config.cpu_count; i++) {
     
    108107        cpu_identify();
    109108        cpu_arch_init();
    110         rcu_cpu_init();
    111109}
    112110
Note: See TracChangeset for help on using the changeset viewer.