cpu: Adding AddressMonitor structs for every hardware thread
Review Request #2857 - Created May 28, 2015 and updated - Latest diff uploaded
| Information | |
|---|---|
| Alexandru Dutu | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10863:27ededc60d38 --------------------------- cpu: Adding AddressMonitor structs for every hardware thread This patch builds toward having the ability to mwait on a ThreadContext, rather then on a CPU core. This is achieved by having a vector of AddressMonitor structs in BaseCPU.
Quick regressions passed for all ISAs.
