Changes in kernel/generic/src/main/kinit.c [181a746:6eef3c4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r181a746 r6eef3c4 77 77 #include <synch/waitq.h> 78 78 #include <synch/spinlock.h> 79 #include <synch/workqueue.h>80 #include <synch/rcu.h>81 79 82 80 #define ALIVE_CHARS 4 … … 105 103 */ 106 104 thread_detach(THREAD); 107 105 108 106 interrupts_disable(); 109 110 /* Start processing RCU callbacks. RCU is fully functional afterwards. */111 rcu_kinit_init();112 113 /*114 * Start processing work queue items. Some may have been queued during boot.115 */116 workq_global_worker_init();117 107 118 108 #ifdef CONFIG_SMP
Note:
See TracChangeset
for help on using the changeset viewer.