gem5/src
Gabe Black 4b4cd0303e Fault: Move the definition of NoFault from faults.hh to fault.hh.
Moving the definition of NoFault into fault.hh doesn't bring any new
dependencies with it, and allows some files to include just fault.hh which has
less baggage. NoFault will still be available to everything that includes
faults.hh because it includes fault.hh.
2011-01-31 13:13:00 -08:00
..
arch O3: Fix itstate prediction and recovery. 2011-01-18 16:30:05 -06:00
base refcnt: Change things around so that we handle constness correctly. 2011-01-22 21:48:06 -08:00
cpu O3: Fix some variable length instruction issues with the O3 CPU and ARM ISA. 2011-01-18 16:30:05 -06:00
dev Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
mem Change interface between coherence protocols and CacheMemory 2011-01-17 18:46:16 -06:00
python Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
sim Fault: Move the definition of NoFault from faults.hh to fault.hh. 2011-01-31 13:13:00 -08:00
unittest Unit tests: Convert the refcnttest unit test to use the new EXPECT macros. 2011-01-18 01:27:04 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript scons: show sources and targets when building, and colorize output. 2011-01-07 21:50:13 -08:00