gem5/arch/sparc
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 Clean up of the SPARC isa description. 2006-03-07 04:33:10 -05:00
linux fix merging issues 2006-03-09 16:17:10 -05:00
faults.cc Implemented SPARC fault classes. 2006-03-07 04:32:34 -05:00
faults.hh Implemented SPARC fault classes. 2006-03-07 04:32:34 -05:00
isa_traits.hh Merge zizzer:/bk/multiarch 2006-03-09 15:56:42 -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 General small SPARC fixups 2006-03-04 03:16:16 -05:00
stacktrace.hh Corrected a mispelling of "unimplemented". 2006-03-07 14:34:11 -05:00