gem5/src
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
..
arch Merge zizzer.eecs.umich.edu:/bk/newmem 2007-04-11 15:30:09 +00:00
base Instead of creating a new python process to run traceflags.py, 2007-03-26 21:07:32 -07:00
cpu Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cpu yet. 2007-04-16 11:31:54 -04:00
dev make serialization at least seem to work 2007-03-29 22:00:01 -04:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cpu yet. 2007-04-16 11:31:54 -04:00
mem The MemoryObject tha owns a port should delete it if it so chooses when deletePortRefs() is called on it with that port as a parameter. 2007-04-04 13:56:38 -04:00
python Fix NextEthernetAddr. 2007-04-12 08:37:55 -07:00
sim Comment out the remote gdb object for SE mode. 2007-04-09 18:30:50 +00:00
unittest Quick program to time how long ccprintf takes to write 2007-02-07 22:02:09 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript Don't allow Source to accept multiple arguments, lists, 2007-04-12 09:07:59 -07:00