From: Javi Merino Date: Tue, 19 Feb 2013 13:52:22 +0000 (+0000) Subject: irqchip: fix typo when moving gic_raise_softirq() X-Git-Tag: v3.9-rc3~29^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91bdf0d0c48c9254fb73037bfb8ee1777093225b;p=pandora-kernel.git irqchip: fix typo when moving gic_raise_softirq() 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 Acked-by: Rob Herring Signed-off-by: Olof Johansson --- Reading git-diff-tree failed