Changeset 8a64e81e in mainline for kernel/generic/src/main/main.c
- Timestamp:
- 2012-07-06T13:31:02Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d56712
- Parents:
- 518dd43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/main.c
r518dd43 r8a64e81e 75 75 #include <synch/waitq.h> 76 76 #include <synch/futex.h> 77 #include <synch/workqueue.h> 77 78 #include <smp/smp_call.h> 78 79 #include <arch/arch.h> … … 249 250 250 251 smp_call_init(); 252 workq_global_init(); 251 253 clock_counter_init(); 252 254 timeout_init();
Note:
See TracChangeset
for help on using the changeset viewer.