summaryrefslogtreecommitdiff
path: root/src/arch/power/utility.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-08-23 16:14:23 -0700
committerGabe Black <gblack@eecs.umich.edu>2010-08-23 16:14:23 -0700
commit7a6ed1b10bd483589e474985bc664233d3a43e35 (patch)
treebbd1bb1c47a28ada72e79d1138c11a5b7032d012 /src/arch/power/utility.hh
parent943c1714803bb87d3b05b2516701dfb792996805 (diff)
downloadgem5-7a6ed1b10bd483589e474985bc664233d3a43e35.tar.xz
Power: Get rid of unused checkFpEnableFault.
This function was brought in from another ISA and doesn't actually do anything or get used.
Diffstat (limited to 'src/arch/power/utility.hh')
-rw-r--r--src/arch/power/utility.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh
index aff6fda78..7245db511 100644
--- a/src/arch/power/utility.hh
+++ b/src/arch/power/utility.hh
@@ -67,13 +67,6 @@ startupCPU(ThreadContext *tc, int cpuId)
tc->activate(0);
}
-template <class XC>
-Fault
-checkFpEnableFault(XC *xc)
-{
- return NoFault;
-}
-
void
copyRegs(ThreadContext *src, ThreadContext *dest);