X86: Make the interrupt object wake up the CPU when something becomes pending.
This commit is contained in:
parent
d9794784ba
commit
389fbfdab1
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ X86ISA::Interrupts::requestInterrupt(uint8_t vector,
|
|||
initVector = vector;
|
||||
}
|
||||
}
|
||||
cpu->wakeup();
|
||||
}
|
||||
|
||||
Tick
|
||||
|
|
Loading…
Reference in a new issue