gem5/arch/alpha
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
..
freebsd Merge ktlim@zizzer:/bk/m5 2006-03-05 00:34:54 -05:00
isa Hand merge. Stuff probably doesn't compile. 2006-03-09 18:35:28 -05:00
linux It now runs hello world binary. 2006-03-10 16:59:02 -05:00
tru64 Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 2006-03-12 01:07:58 -05:00
aout_machdep.h Many files: 2005-06-05 05:16:00 -04:00
arguments.cc Steps towards setting up the infrastructure to allow the new CPU model to work in full system mode. 2006-03-04 15:18:40 -05:00
arguments.hh Many files: 2005-06-05 05:16:00 -04:00
ecoff_machdep.h Many files: 2005-06-05 04:21:22 -04:00
ev5.cc Include ability to copy all misc regs. 2006-03-08 15:10:47 -05:00
ev5.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
faults.cc Merge ktlim@zizzer:/bk/m5 2006-03-07 20:01:34 -05:00
faults.hh Some clean up work with faults. 2006-03-07 04:31:38 -05:00
isa_traits.hh Clean up "using" declarations. 2006-03-12 15:14:07 -05:00
osfpal.cc Many files: 2005-06-05 05:16:00 -04:00
osfpal.hh Many files: 2005-06-05 05:16:00 -04: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
registerfile.hh Added registerfile.hh and utility.hh 2006-03-11 14:26:34 -05:00
SConscript no more common syscall emulation, now common for everyone 2006-03-09 15:42:09 -05:00
stacktrace.cc Updates for the quiesceEvent that was added to the XC. 2006-03-07 19:59:12 -05:00
stacktrace.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
system.cc Added ev5.hh to files which should include it directly, now that it isn't included within isa_traits.hh 2006-03-10 17:56:41 -05:00
system.hh First cut at moving alpha specefic stuff out of /sim/system* into 2006-03-03 14:24:15 -05:00
tlb.cc Merge ktlim@zizzer:/bk/m5 2006-03-05 00:34:54 -05:00
tlb.hh Added ev5.hh to files which should include it directly, now that it isn't included within isa_traits.hh 2006-03-10 17:56:41 -05:00
types.hh Pushed the InternalProcReg type into the MiscRegFile, so it's not needed here any more. 2006-03-10 17:57:44 -05:00
utility.hh Added registerfile.hh and utility.hh 2006-03-11 14:26:34 -05:00
vtophys.cc Steps towards setting up the infrastructure to allow the new CPU model to work in full system mode. 2006-03-04 15:18:40 -05:00
vtophys.hh Made Addr a global type 2006-02-21 03:38:21 -05:00