X86: Make the interrupt object wake up the CPU when something becomes pending.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 26 Jan 2009 04:30:51 +0000 (20:30 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 26 Jan 2009 04:30:51 +0000 (20:30 -0800)
src/arch/x86/interrupts.cc

index a16ea53602373141d6cc97e47dab3117d860b892..4f77537030f17b16af59165c8588ad7ed4b800a7 100644 (file)
@@ -281,6 +281,7 @@ X86ISA::Interrupts::requestInterrupt(uint8_t vector,
             initVector = vector;
         }
     } 
+    cpu->wakeup();
 }
 
 Tick