irq context switch do not use flag variable anymore
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user