MIPS: Get rid of cruft in the fault classes.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 19 Sep 2011 13:17:19 +0000 (06:17 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 19 Sep 2011 13:17:19 +0000 (06:17 -0700)
commit110c59b414e1e93004f56cefcb92ea945c3f3713
treee23d52dd53bc58d0235f6eca7801b545364464ce
parent7e704c9f51a5ed60e46299f7b1dcef6d668b3ff6
MIPS: Get rid of cruft in the fault classes.

Get rid of Fault classes left over from when this file was copied from Alpha,
and rename ArithmeticOverflowFault to be IntegerOverflowFault and get rid of
the old IntegerOverflowFault stub. The Integer version is what's actually in
the manual, but the Arithmetic version had the implementation.
src/arch/mips/faults.cc
src/arch/mips/faults.hh
src/arch/mips/isa/decoder.isa
src/arch/mips/isa/formats/unimp.isa
src/arch/mips/tlb.cc