isa: Modify get/check interrupt routines
authorMitch Hayenga <mitch.hayenga@arm.com>
Thu, 21 Jul 2016 16:19:15 +0000 (17:19 +0100)
committerMitch Hayenga <mitch.hayenga@arm.com>
Thu, 21 Jul 2016 16:19:15 +0000 (17:19 +0100)
commit8a476d387c84f037d0ccf3cc20dc88870ab45fec
tree341d4975740d91056a44b13bd43e10bf175d7166
parentd25b58036a040d8ac733b824e2865e1f5fe43e00
isa: Modify get/check interrupt routines

Make it so that getInterrupt *always* returns an interrupt if
checkInterrupts() returns true.  This fixes/simplifies handling
of interrupts on the SMT FS CPUs (currently minor).
src/arch/alpha/interrupts.hh
src/arch/arm/interrupts.hh
src/arch/mips/interrupts.cc
src/arch/mips/interrupts.hh
src/arch/power/interrupts.hh
src/arch/sparc/interrupts.hh