CPU: Make (post|clear)Interrupt and clearInterrupts virtual
Review Request #1534 - Created Nov. 2, 2012 and discarded
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9371:0d2d79f37952 --------------------------- CPU: Make (post|clear)Interrupt and clearInterrupts virtual In order to efficiently notify hardware accelerated CPUs, we need to be able to track post and clear actions on interrupts. This patch makes the necessary methods virtual so a hardware-accelerated CPU implementation can override them.
