aarch64: force task switch when idle gets wakeup signal
This commit is contained in:
parent
5019c047c5
commit
4cc4d9520e
@ -358,6 +358,7 @@ void aarch64_interrupt_dispatch(int from_wfi) {
|
||||
|
||||
case 1:
|
||||
EOI(iar);
|
||||
if (from_wfi) switch_next();
|
||||
break;
|
||||
|
||||
/* Arbitrarily chosen SGI for panic signal from another core */
|
||||
|
Loading…
Reference in New Issue
Block a user