gem5/kern
Gabe Black c5dcd152f2 Changed targetarch to just arch.
SConscript:
    Changed all of the "targetarch" files to be "arch" files
arch/SConscript:
    Added all of the remaining targetarch files to isa_switch_hdrs

--HG--
extra : convert_revision : a37d18349e27cf92dce12814f21944daa7fe9480
2006-02-27 05:35:43 -05:00
..
freebsd Changed targetarch to just arch. 2006-02-27 05:35:43 -05:00
linux Changed targetarch to just arch. 2006-02-27 05:35:43 -05:00
tru64 Changed targetarch to just arch. 2006-02-27 05:35:43 -05:00
kernel_stats.cc Fixed up some include paths. 2006-02-27 04:05:02 -05:00
kernel_stats.hh Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appropriate, and took away the constant examples of each fault which where for comparing to a fault to determine its type. 2006-02-24 01:51:45 -05:00
system_events.cc 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
system_events.hh Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00