Changeset 2ee1ccc in mainline for kernel/generic/src/main/main.c
- Timestamp:
- 2012-07-01T05:18:27Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d71331b
- Parents:
- 49e6c6b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/main.c
r49e6c6b4 r2ee1ccc 75 75 #include <synch/waitq.h> 76 76 #include <synch/futex.h> 77 #include <smp/smp_call.h> 77 78 #include <arch/arch.h> 78 79 #include <arch.h> … … 247 248 arch_post_cpu_init(); 248 249 250 smp_call_init(); 249 251 clock_counter_init(); 250 252 timeout_init(); … … 348 350 void main_ap_separated_stack(void) 349 351 { 352 smp_call_init(); 353 350 354 /* 351 355 * Configure timeouts for this cpu.
Note:
See TracChangeset
for help on using the changeset viewer.