ARM: Get rid of the checkFpEnableFault function in ARM.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 31 Aug 2010 16:50:49 +0000 (09:50 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 31 Aug 2010 16:50:49 +0000 (09:50 -0700)
src/arch/arm/utility.hh

index c2daff99f27b0630de517a17d0b32cf76dc84f88..57b2423d39b50b119ba201830c45efd26680dace 100644 (file)
@@ -101,13 +101,6 @@ namespace ArmISA {
         tc->activate(0);
     }
 
-    template <class XC>
-    Fault
-    checkFpEnableFault(XC *xc)
-    {
-        return NoFault;
-    }
-
     static inline void
     copyRegs(ThreadContext *src, ThreadContext *dest)
     {