Changes in kernel/generic/src/main/main.c [8a64e81e:6eef3c4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/main.c
r8a64e81e r6eef3c4 75 75 #include <synch/waitq.h> 76 76 #include <synch/futex.h> 77 #include <synch/workqueue.h>78 #include <smp/smp_call.h>79 77 #include <arch/arch.h> 80 78 #include <arch.h> … … 246 244 247 245 cpu_init(); 246 248 247 calibrate_delay_loop(); 249 arch_post_cpu_init();250 251 smp_call_init();252 workq_global_init();253 248 clock_counter_init(); 254 249 timeout_init(); … … 352 347 void main_ap_separated_stack(void) 353 348 { 354 smp_call_init();355 356 349 /* 357 350 * Configure timeouts for this cpu.
Note:
See TracChangeset
for help on using the changeset viewer.