Ignore:
File:
1 edited

Legend:

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

    r6eef3c4 r8a64e81e  
    7575#include <synch/waitq.h>
    7676#include <synch/futex.h>
     77#include <synch/workqueue.h>
     78#include <smp/smp_call.h>
    7779#include <arch/arch.h>
    7880#include <arch.h>
     
    244246       
    245247        cpu_init();
    246        
    247248        calibrate_delay_loop();
     249        arch_post_cpu_init();
     250
     251        smp_call_init();
     252        workq_global_init();
    248253        clock_counter_init();
    249254        timeout_init();
     
    347352void main_ap_separated_stack(void)
    348353{
     354        smp_call_init();
     355       
    349356        /*
    350357         * Configure timeouts for this cpu.
Note: See TracChangeset for help on using the changeset viewer.