Make it so that all thread contexts are registered with the System, even in
authorLisa Hsu <hsul@eecs.umich.edu>
Mon, 3 Nov 2008 02:57:06 +0000 (21:57 -0500)
committerLisa Hsu <hsul@eecs.umich.edu>
Mon, 3 Nov 2008 02:57:06 +0000 (21:57 -0500)
commit67fda02dda290d614de233846fee434b3713b1dc
treec45cf35179244586ff9b3b3b9f87a520cae7ae5d
parentc55a467a06eaa59c47c52a2adddc266b8e545589
Make it so that all thread contexts are registered with the System, even in
SE.  Process still keeps track of the tc's it owns, but registration occurs
with the System, this eases the way for system-wide context Ids based on
registration.
src/arch/alpha/process.cc
src/arch/sparc/process.cc
src/arch/x86/process.cc
src/cpu/base.cc
src/kern/tru64/tru64.hh
src/sim/process.cc
src/sim/process.hh
src/sim/system.cc
src/sim/system.hh