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