changeset d9b98534a872 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=d9b98534a872
description:
Power: Get rid of unused checkFpEnableFault.
This function was brought in from another ISA and doesn't actually do
anything
or get used.
diffstat:
src/arch/power/utility.hh | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diffs (17 lines):
diff -r 3b0c4b819651 -r d9b98534a872 src/arch/power/utility.hh
--- a/src/arch/power/utility.hh Mon Aug 23 16:14:20 2010 -0700
+++ b/src/arch/power/utility.hh Mon Aug 23 16:14:23 2010 -0700
@@ -67,13 +67,6 @@
tc->activate(0);
}
-template <class XC>
-Fault
-checkFpEnableFault(XC *xc)
-{
- return NoFault;
-}
-
void
copyRegs(ThreadContext *src, ThreadContext *dest);
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev