rework external irq system, introduce hierarchical irq
[lunaix-os.git] / lunaix-os / kernel / process / sched.c
index 31775bfdf7c36d19c77120c3a67d76da2e11d747..a154b0d1a0127d9dc0f4e158f7a51561c9f618c8 100644 (file)
@@ -221,7 +221,6 @@ schedule()
     sched_ctx.procs_index = to_check->process->pid;
 
 done:
-    isrm_notify_eos(0);
     run(to_check);
 
     fail("unexpected return from scheduler");