Sim: When one CPU is taking over from another, the new CPU's memory is only
Review Request #49 - Created July 9, 2010 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Timothy Jones | |
| gem5 | |
| Reviewers | |
| Default | |
Sim: When one CPU is taking over from another, the new CPU's memory is only connected up if it's not connected to something already. However, when sharing caches between several CPUs and repeatedly switching between them, the CPU thinks it is connected up when it actually isn't. To rectify this, provide a new parameter to the takeOverFrom function that forces memory to be connected up.
