summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2019-04-05 13:23:32 +0200
committerAlmuHS <liberamenso10000@gmail.com>2019-04-05 13:23:32 +0200
commit56af999cee0bbe2d51283989e12177f928d511b5 (patch)
tree3451c528be68718cefa71a667aecae90dc0fba04 /kern
parent5531ae31db5c6c3f149895a8a5ee05f2d13678b2 (diff)
try to add cpus to the kernel
Diffstat (limited to 'kern')
-rw-r--r--kern/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/startup.c b/kern/startup.c
index 09f2b167..2f25ab29 100644
--- a/kern/startup.c
+++ b/kern/startup.c
@@ -245,7 +245,7 @@ void start_kernel_threads(void)
*/
start_other_cpus();
- sched_init();
+ pset_sys_bootstrap();
#endif /* NCPUS > 1 */
/*