gem5/src/cpu/simple
Ron Dreslinski 2952c34096 Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cpu yet.
src/cpu/simple/base.cc:
    Cpu's should start as unallocated, not suspended
src/cpu/simple_thread.cc:
    Wait for a thread to be assigned to activate the cpu
src/kern/tru64/tru64.hh:
    When looking for a open cpu to assign threads, look for an unallocated one, not a suspended one.

--HG--
extra : convert_revision : 5e3ad2e96b4a715ed38293ceaccff5b9f4ea7985
2007-04-16 11:31:54 -04:00
..
atomic.cc Even if you don't want to fetch more bytes, make sure you handle a fault. 2007-04-10 17:27:12 +00:00
atomic.hh Two fixes: 2007-03-09 10:06:09 -05:00
base.cc Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cpu yet. 2007-04-16 11:31:54 -04:00
base.hh Merge zizzer.eecs.umich.edu:/bk/newmem 2007-03-15 02:52:51 +00:00
SConscript Rework the way SCons recurses into subdirectories, making it 2007-03-10 23:00:54 -08:00
SConsopts Rework the way SCons recurses into subdirectories, making it 2007-03-10 23:00:54 -08:00
timing.cc Make sttw and sttwa use the twin memory operations. 2007-03-11 18:12:33 -04:00
timing.hh Two fixes: 2007-03-09 10:06:09 -05:00