Parametric scheduler approach.
[bertos.git] / bertos / kern / proc.c
index 713c457f9c701820cf8d32a26e11d9d719b926db..c422e729c6912963f51bfcd89f75a7cee269e290 100644 (file)
@@ -139,10 +139,7 @@ void proc_init(void)
        monitor_init();
        monitor_add(current_process, "main");
 #endif
-
-#if CONFIG_KERN_PREEMPT
-       preempt_init();
-#endif
+       proc_schedInit();
 
        MOD_INIT(proc);
 }