O3 CPU: Remove interruptPending from fetch
Review Request #960 - Created Dec. 30, 2011 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
O3 CPU: Remove interruptPending from fetch The fetch stage currently has a variable for tracking whether interrupts are pending are not. This variable's value is communicated from the commit stage. Instead, the variable is being moved to the O3CPU class and will accessed using the pointer to the CPU.
