commit | b1cffebf1029c87e1f1984d48463ee21093a6bc7 | [log] [tgz] |
---|---|---|
author | Rob Herring <[email protected]> | Mon Nov 26 15:05:48 2012 -0600 |
committer | Rob Herring <[email protected]> | Thu Jan 10 11:45:43 2013 -0600 |
tree | 43d297e7557685d57e7fa9595726f2846a8815ef | |
parent | 428fef8ad855c03b9f61c226c63df61bb43dc3e1 [diff] |
ARM: GIC: remove direct use of gic_raise_softirq In preparation of moving gic code to drivers/irqchip, remove the direct platform dependencies on gic_raise_softirq. Move the setup of smp_cross_call into the gic code and use arch_send_wakeup_ipi_mask function to trigger wake-up IPIs. Signed-off-by: Rob Herring <[email protected]> Cc: Russell King <[email protected]> Cc: Kukjin Kim <[email protected]> Cc: Sascha Hauer <[email protected]> Cc: David Brown <[email protected]> Cc: Daniel Walker <[email protected]> Cc: Bryan Huntsman <[email protected]> Acked-by: Tony Lindgren <[email protected]> Acked-by: Santosh Shilimkar <[email protected]> Cc: Paul Mundt <[email protected]> Cc: Magnus Damm <[email protected]> Acked-by: Viresh Kumar <[email protected]> Cc: Shiraz Hashim <[email protected]> Acked-by: Stephen Warren <[email protected]> Cc: Srinidhi Kasagar <[email protected]> Cc: Linus Walleij <[email protected]> Acked-by: Olof Johansson <[email protected]>