cpu: Rename defer_registration->switched_out
Review Request #1563 - Created Dec. 6, 2012 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9405:11ac116125d7 --------------------------- 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.
Ship It!
Posted (Dec. 9, 2012, 9:09 a.m.)
This variable is also used in: src/cpu/ozone/simple_cpu_builder.cc src/cpu/ozone/checker_builder.cc
