Changes in kernel/generic/src/main/kinit.c [9dae191e:19f857a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r9dae191e r19f857a 67 67 #include <debug.h> 68 68 #include <str.h> 69 #include <sysinfo/stats.h>70 69 71 70 #ifdef CONFIG_SMP … … 123 122 } else 124 123 panic("Unable to create kmp thread."); 125 126 124 thread_join(thread); 127 125 thread_detach(thread); … … 151 149 */ 152 150 arch_post_smp_init(); 153 154 /* Start thread computing system load */155 thread = thread_create(kload, NULL, TASK, 0, "kload", false);156 if (thread != NULL)157 thread_ready(thread);158 else159 printf("Unable to create kload thread\n");160 151 161 152 #ifdef CONFIG_KCONSOLE
Note:
See TracChangeset
for help on using the changeset viewer.