Changes in kernel/generic/src/main/kinit.c [3a10e34:19f857a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r3a10e34 r19f857a 67 67 #include <debug.h> 68 68 #include <str.h> 69 #include <ps/load.h>70 69 71 70 #ifdef CONFIG_SMP … … 164 163 #endif /* CONFIG_KCONSOLE */ 165 164 166 /* Start thread computing system load */167 thread = thread_create(kload_thread, NULL, TASK, 0, "kload", false);168 if (thread != NULL)169 thread_ready(thread);170 else171 printf("Unable to create kload thread\n");172 173 165 interrupts_enable(); 174 166
Note:
See TracChangeset
for help on using the changeset viewer.