hw/pl031: Actually raise interrupt on timer expiry
commit13a16f1d91fc7a46b65b22a33f6ffea1b826a097
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2012 09:56:10 +0000 (16 09:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Feb 2012 11:13:45 +0000 (17 11:13 +0000)
tree5687fce584fae4c959caad1c75e68e20fec52b7e
parent766fd09fb3d8c51cdca70b703f9ce16fb1f855a4
hw/pl031: Actually raise interrupt on timer expiry

Fix a typo in pl031_interrupt() which meant we were setting a bit
in the interrupt mask rather than the interrupt status register
and thus not actually raising an interrupt. This fix allows the
rtctest program from the kernel's Documentation/rtc.txt to pass
rather than hanging.

Reported-by: Daniel Forsgren <daniel.forsgren@enea.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Andreas Färber <afaerber@suse.de>
hw/pl031.c