Review Board 2.0.15


arm: Add a method to query interrupt state ignoring CPSR masks

Review Request #1753 - Created March 7, 2013 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9625:405d1fcf67a8
---------------------------
arm: Add a method to query interrupt state ignoring CPSR masks

Add the method checkRaw to ArmISA::Interrupts. This method can be used
to query the raw state (ignoring CPSR masks) of an interrupt. It is
primarily intended for hardware virtualized CPUs.