hw/arm_gic: gic_set_pending_private() is NVIC only
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Apr 2012 11:39:09 +0000 (11:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Apr 2012 12:29:04 +0000 (12:29 +0000)
commitb7dc1a597ab2d755c135852ce22d98fa00ab414f
tree0c992c8dd7947c7367edd5c77619d84bcd5bf733
parent0d256bdc8f540a52fe1f0475aeeed3bc9f6e2de4
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>
hw/arm_gic.c