projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42469a
)
Remove unnecessary check.
author
Kevin Lim
<ktlim@umich.edu>
Thu, 26 Apr 2007 04:02:37 +0000
(
00:02
-0400)
committer
Kevin Lim
<ktlim@umich.edu>
Thu, 26 Apr 2007 04:02:37 +0000
(
00:02
-0400)
--HG--
extra : convert_revision :
8cc2943ebc41e4d430789ee7923dd0dc878be06b
src/cpu/o3/commit_impl.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/commit_impl.hh
b/src/cpu/o3/commit_impl.hh
index 65625065d45aaa10d24cafc5d12ab667e65f17dd..dd4c333d3dbe8e7abbebabfaafae62384de630a9 100644
(file)
--- a/
src/cpu/o3/commit_impl.hh
+++ b/
src/cpu/o3/commit_impl.hh
@@
-641,9
+641,6
@@
DefaultCommit<Impl>::handleInterrupt()
// an interrupt needed to be handled.
DPRINTF(Commit, "Interrupt detected.\n");
- Fault new_interrupt = cpu->getInterrupts();
- assert(new_interrupt != NoFault);
-
// Clear the interrupt now that it's going to be handled
toIEW->commitInfo[0].clearInterrupt = true;