cpu: Rename defer_registration->switched_out
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:45 +0000 (13:05 -0500)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:45 +0000 (13:05 -0500)
commit2cfe62adc4f9206f616669a103133b906f705e8b
tree8dc7c3253a50302aecd990182f562c779cf02b85
parentf7da0fddd1506c9fe2325c1720bf08635ac7db05
cpu: Rename defer_registration->switched_out

The defer_registration parameter is used to prevent a CPU from
initializing at startup, leaving it in the "switched out" mode. The
name of this parameter (and the help string) is confusing. This patch
renames it to switched_out, which should be more descriptive.
13 files changed:
configs/common/O3_ARM_v7a.py
configs/common/Simulation.py
src/cpu/BaseCPU.py
src/cpu/base.cc
src/cpu/inorder/cpu.cc
src/cpu/inorder/cpu.hh
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/ozone/checker_builder.cc
src/cpu/ozone/cpu_builder.cc
src/cpu/ozone/simple_cpu_builder.cc
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc