aarch64: force task switch when idle gets wakeup signal

This commit is contained in:
K. Lange 2022-02-22 09:53:04 +09:00
parent 5019c047c5
commit 4cc4d9520e

View File

@ -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 */