gem5/arch/mips
Steve Reinhardt 159cee1719 Clean up arch/*/process.hh includes and std namespace issues.
arch/alpha/process.cc:
arch/mips/process.cc:
arch/sparc/process.cc:
    You really do need the headers in the .cc file.
arch/alpha/process.hh:
    Don't include unnecessary headers in another header.
    Replace with forward class declarations.
arch/mips/process.hh:
arch/sparc/process.hh:
    Don't include unnecessary headers in another header.
    Replace with forward class declarations.
    Also fix std namespace... no "using" in header files!

--HG--
extra : convert_revision : f2cd953d0f4a212bb8148cc54c329aa3c18deb89
2006-03-12 16:27:52 -05:00
..
isa MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
faults.cc MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
faults.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
isa_traits.cc MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
isa_traits.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
linux_process.cc MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
linux_process.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
process.cc Clean up arch/*/process.hh includes and std namespace issues. 2006-03-12 16:27:52 -05:00
process.hh Clean up arch/*/process.hh includes and std namespace issues. 2006-03-12 16:27:52 -05:00
SConscript MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
stacktrace.hh updated MIPS ISA files .... all files should be able to compile/build with MIPS option except isa_traits.* 2006-03-08 02:05:38 -05:00
utility.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00