summaryrefslogtreecommitdiff
path: root/src/arch/mips/idle_event.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-07-21 01:08:53 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-07-21 01:08:53 -0700
commit7548082d3baf578fe984c79f414dbefd96091359 (patch)
tree2992c954757b4116244ce612dd0d7c63a3893f02 /src/arch/mips/idle_event.cc
parentdc0a017ed0ce192b2959ae0cc08522d04a4281a1 (diff)
downloadgem5-7548082d3baf578fe984c79f414dbefd96091359.tar.xz
MIPS: Many style fixes.
White space, commented out code, some other minor fixes.
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();
}