From: Gabe Black Date: Mon, 26 Jan 2009 04:30:51 +0000 (-0800) Subject: X86: Make the interrupt object wake up the CPU when something becomes pending. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=389fbfdab19332ad191e9abed1c12a673fb7eda9;p=gem5.git X86: Make the interrupt object wake up the CPU when something becomes pending. --- diff --git a/src/arch/x86/interrupts.cc b/src/arch/x86/interrupts.cc index a16ea5360..4f7753703 100644 --- a/src/arch/x86/interrupts.cc +++ b/src/arch/x86/interrupts.cc @@ -281,6 +281,7 @@ X86ISA::Interrupts::requestInterrupt(uint8_t vector, initVector = vector; } } + cpu->wakeup(); } Tick