commit | 13a16f1d91fc7a46b65b22a33f6ffea1b826a097 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 16 09:56:10 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Feb 17 11:13:45 2012 +0000 |
tree | 5687fce584fae4c959caad1c75e68e20fec52b7e | |
parent | 766fd09fb3d8c51cdca70b703f9ce16fb1f855a4 [diff] |
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>