Ignore:
File:
1 edited

Legend:

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

    r8a64e81e r6eef3c4  
    7575#include <synch/waitq.h>
    7676#include <synch/futex.h>
    77 #include <synch/workqueue.h>
    78 #include <smp/smp_call.h>
    7977#include <arch/arch.h>
    8078#include <arch.h>
     
    246244       
    247245        cpu_init();
     246       
    248247        calibrate_delay_loop();
    249         arch_post_cpu_init();
    250 
    251         smp_call_init();
    252         workq_global_init();
    253248        clock_counter_init();
    254249        timeout_init();
     
    352347void main_ap_separated_stack(void)
    353348{
    354         smp_call_init();
    355        
    356349        /*
    357350         * Configure timeouts for this cpu.
Note: See TracChangeset for help on using the changeset viewer.