summaryrefslogtreecommitdiff
path: root/src/arch/mips/idle_event.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/idle_event.cc')
-rw-r--r--src/arch/mips/idle_event.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/mips/idle_event.cc b/src/arch/mips/idle_event.cc
index 0aea08834..8c98c5078 100644
--- a/src/arch/mips/idle_event.cc
+++ b/src/arch/mips/idle_event.cc
@@ -40,9 +40,4 @@ void
IdleStartEvent::process(ThreadContext *tc)
{
fatal("Idle Start Event Not Defined for MIPS ISA ");
-
- // if (tc->getKernelStats())
- // tc->getKernelStats()->setIdleProcess(
- // tc->readMiscRegNoEffect(MipsISA::IPR_PALtemp23), tc);
- //remove();
}