cpu: prevent switched out CPUs from being initialized in the simple and inorder models.
Review Request #1234 - Created May 28, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Tony Gutierrez | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9028:db0474c091d8 --------------------------- cpu: 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.
