Peter Maydell 873169022a hw/intc/arm_gic: Fix NVIC assertion failure
Commit 40d225009ef accidentally changed the behaviour of
gic_acknowledge_irq() for the NVIC. The NVIC doesn't have SGIs,
so this meant we hit an assertion:
  gic_acknowledge_irq: Assertion `s->sgi_pending[irq][cpu] != 0' failed.

Return NVIC acknowledge-irq to its previous behaviour, like 11MPCore.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
2014-02-20 10:35:48 +00:00
..
2013-12-24 18:02:18 +01:00
2013-07-29 21:06:05 +02:00
2013-12-24 18:02:18 +01:00
2013-12-24 18:02:18 +01:00
2013-07-29 21:06:57 +02:00
2013-07-29 21:06:58 +02:00
2013-10-25 23:25:47 +02:00
2013-07-29 21:06:58 +02:00