cpu: Don't init simple and inorder CPUs if they are defered.
authorAnthony Gutierrez <atgutier@umich.edu>
Tue, 5 Jun 2012 18:20:13 +0000 (14:20 -0400)
committerAnthony Gutierrez <atgutier@umich.edu>
Tue, 5 Jun 2012 18:20:13 +0000 (14:20 -0400)
commitd6da3ff3175c54ba904f6e561bd4b23f52ddf84d
treee61bae4a2df3caccfd1dfb6a8d375952388b4f44
parent20d25b9da77cc681ef7d5bb101438bc0b0c6827c
cpu: Don't init simple and inorder CPUs if they are defered.

initCPU() will be called to initialize switched out CPUs for the simple and
inorder CPU models. this patch prevents those CPUs from being initialized
because they should get their state from the active CPU when it is switched
out.
src/arch/arm/utility.cc
src/cpu/inorder/cpu.cc
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc