MIPS: Cleaned up includes to break loops, and got rid of isa_traits.cc
authorGabe Black <gblack@eecs.umich.edu>
Wed, 1 Aug 2007 20:55:47 +0000 (13:55 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 1 Aug 2007 20:55:47 +0000 (13:55 -0700)
commit239d124e8339b254495df45df89fc249ae217d73
treef05e14dc2b315892c7bc067691ad4325b9b499d5
parente5e5b0119d6219782c834d29a63a7bb152a68dc5
MIPS: Cleaned up includes to break loops, and got rid of isa_traits.cc
Loops of header files including each other was causing compilation to fail. To fix it, a bunch of unnecessary includes were removed, and the code in isa_traits.cc which brought a bunch of include chains together was broken up and put in proximity to the header files that delcared it.

--HG--
extra : convert_revision : 66ef7762024b72bb91147a5589a0779e279521e0
src/arch/mips/SConscript
src/arch/mips/isa/includes.isa
src/arch/mips/isa_traits.cc [deleted file]
src/arch/mips/mt_constants.hh
src/arch/mips/regfile/misc_regfile.cc
src/arch/mips/regfile/misc_regfile.hh
src/arch/mips/regfile/regfile.hh
src/arch/mips/utility.hh