X86: Make the interrupt object wake up the CPU when something becomes pending.

This commit is contained in:
Gabe Black 2009-01-25 20:30:51 -08:00
parent d9794784ba
commit 389fbfdab1

View file

@ -281,6 +281,7 @@ X86ISA::Interrupts::requestInterrupt(uint8_t vector,
initVector = vector;
}
}
cpu->wakeup();
}
Tick