changeset 1b0bc57e9cbe in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=1b0bc57e9cbe
description:
MIPS: Get rid of the unused (and partially defined) CacheError fault.
diffstat:
src/arch/mips/faults.hh | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diffs (27 lines):
diff -r 26593b179f01 -r 1b0bc57e9cbe src/arch/mips/faults.hh
--- a/src/arch/mips/faults.hh Mon Sep 19 05:19:45 2011 -0700
+++ b/src/arch/mips/faults.hh Mon Sep 19 05:53:54 2011 -0700
@@ -226,23 +226,6 @@
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()
{
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev