X86: Make the interrupt object wake up the CPU when something becomes pending.
This commit is contained in:
@@ -281,6 +281,7 @@ X86ISA::Interrupts::requestInterrupt(uint8_t vector,
|
||||
initVector = vector;
|
||||
}
|
||||
}
|
||||
cpu->wakeup();
|
||||
}
|
||||
|
||||
Tick
|
||||
|
||||
Reference in New Issue
Block a user