irq context switch do not use flag variable anymore

This commit is contained in:
acevest
2019-10-05 18:23:15 +08:00
parent 2fdc9f600c
commit 44f0ac6579
4 changed files with 31 additions and 34 deletions

View File

@@ -32,7 +32,7 @@ __KERNEL__ void cpu_context_switch(void)
__KERNEL__ void cpu_irq_context_switch(void)
{
port_irq_context_switch();
// DO NOTHING
}
__KERNEL__ void cpu_sched_start(void)