From 49967ed26833d97a373be150ab8eeae10612e48f Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 19 Sep 2011 05:53:54 -0700 Subject: MIPS: Get rid of the unused (and partially defined) CacheError fault. --- src/arch/mips/faults.hh | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/arch/mips/faults.hh') diff --git a/src/arch/mips/faults.hh b/src/arch/mips/faults.hh index 616886745..028ba9e43 100644 --- a/src/arch/mips/faults.hh +++ b/src/arch/mips/faults.hh @@ -226,23 +226,6 @@ class DtbAcvFault : public MipsFault FaultStat & countStat() {return _count;} }; -class CacheErrorFault : public MipsFault -{ - private: - Addr vaddr; - static FaultName _name; - static FaultVect _vect; - static FaultStat _count; - public: - FaultName name() const {return _name;} - FaultVect vect() {return _vect;} - FaultStat & countStat() {return _count;} - void invoke(ThreadContext * tc, - StaticInstPtr inst = StaticInst::nullStaticInstPtr); -}; - - - static inline Fault genMachineCheckFault() { -- cgit v1.2.3