irqchip: fix typo when moving gic_raise_softirq()
authorJavi Merino <javi.merino@arm.com>
Tue, 19 Feb 2013 13:52:22 +0000 (13:52 +0000)
committerOlof Johansson <olof@lixom.net>
Tue, 5 Mar 2013 01:15:33 +0000 (17:15 -0800)
In b1cffebf (ARM: GIC: remove direct use of gic_raise_softirq)
gic_raise_softirq() was moved inside arch/arm/common/gic.c but in the
process it reverted by mistake a change to that function made by
384a290 (ARM: gic: use a private mapping for CPU target interfaces).
This breaks multicluster systems on ARM.

This patch fixes the typo.

Signed-off-by: Javi Merino <javi.merino@arm.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found