Remove unnecessary check.
authorKevin Lim <ktlim@umich.edu>
Thu, 26 Apr 2007 04:02:37 +0000 (00:02 -0400)
committerKevin 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

index 65625065d45aaa10d24cafc5d12ab667e65f17dd..dd4c333d3dbe8e7abbebabfaafae62384de630a9 100644 (file)
@@ -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;