changeset 219a39f70082 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=219a39f70082
description:
X86: Make the interrupt object wake up the CPU when something becomes
pending.
diffstat:
1 file changed, 1 insertion(+)
src/arch/x86/interrupts.cc | 1 +
diffs (11 lines):
diff -r 606de5b3d116 -r 219a39f70082 src/arch/x86/interrupts.cc
--- a/src/arch/x86/interrupts.cc Sun Jan 25 20:29:03 2009 -0800
+++ b/src/arch/x86/interrupts.cc Sun Jan 25 20:30:51 2009 -0800
@@ -281,6 +281,7 @@
initVector = vector;
}
}
+ cpu->wakeup();
}
Tick
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev