From: Gabe Black Date: Mon, 19 Sep 2011 12:53:54 +0000 (-0700) Subject: MIPS: Get rid of the unused (and partially defined) CacheError fault. X-Git-Tag: stable_2012_02_02~73 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49967ed26833d97a373be150ab8eeae10612e48f;p=gem5.git MIPS: Get rid of the unused (and partially defined) CacheError fault. --- 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() {