projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d979478
)
X86: Make the interrupt object wake up the CPU when something becomes pending.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 26 Jan 2009 04:30:51 +0000
(20:30 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 26 Jan 2009 04:30:51 +0000
(20:30 -0800)
src/arch/x86/interrupts.cc
patch
|
blob
|
history
diff --git
a/src/arch/x86/interrupts.cc
b/src/arch/x86/interrupts.cc
index a16ea53602373141d6cc97e47dab3117d860b892..4f77537030f17b16af59165c8588ad7ed4b800a7 100644
(file)
--- 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