commit | bb98fa166117d469ad9a48c02c5bb378492a0014 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 13 12:40:33 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 13 12:40:33 2012 +0000 |
tree | d766c5979f476ca77a9f5dda62a06e8f95a250b9 | |
parent | b0c37ad9c66471789a7ce742f43af52a9df6c3f3 [diff] |
hw/arm_gic: gic_set_pending_private() is NVIC only The function gic_set_pending_private() is now used by the NVIC only (for the GIC we now set PPI interrupts via gpio lines and gic_set_irq()). So make it #ifdef NVIC and remove the 'attribute unused' annotation. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>