diff options
-rw-r--r-- | src/arch/power/utility.hh | 7 |
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); |