From 7a6ed1b10bd483589e474985bc664233d3a43e35 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 23 Aug 2010 16:14:23 -0700 Subject: Power: Get rid of unused checkFpEnableFault. This function was brought in from another ISA and doesn't actually do anything or get used. --- src/arch/power/utility.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/arch/power') 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 -Fault -checkFpEnableFault(XC *xc) -{ - return NoFault; -} - void copyRegs(ThreadContext *src, ThreadContext *dest); -- cgit v1.2.3