gem5/src
Timothy M. Jones 9a3533ec84 O3CPU: O3's tick event gets squashed when it is switched out. When repeatedly
switching between O3 and another CPU, O3's tick event might still be scheduled
in the event queue (as squashed).  Therefore, check for a squashed tick event
as well as a non-scheduled event when taking over from another CPU and deal
with it accordingly.
2010-07-22 18:47:43 +01:00
..
arch Power: Provide a utility function to copy registers from one thread context 2010-07-22 18:47:03 +01:00
base stats: unify the two stats distribution type better 2010-07-21 18:54:53 -07:00
cpu O3CPU: O3's tick event gets squashed when it is switched out. When repeatedly 2010-07-22 18:47:43 +01:00
dev stats: only consider a formula initialized if there is a formula 2010-06-15 01:18:36 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern macos: MacOS has deprecated getdirentries, so just disable the code. 2010-05-06 08:42:21 -07:00
mem cache: fix bug in SC upgrade handling 2010-07-08 17:56:13 -07:00
python python: add a sorted dictionary class 2010-07-21 15:53:53 -07:00
sim python: Add mechanism to override code compiled into the exectuable 2010-07-21 15:53:52 -07:00
unittest stats: cleanup a few small problems in stats 2010-07-21 15:53:53 -07:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript python: Add mechanism to override code compiled into the exectuable 2010-07-21 15:53:52 -07:00