diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-10-12 15:15:48 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-10-28 16:13:41 +0530 |
commit | aa0efcde45a36d1ea2bc5bde4d47f36ec17502de (patch) | |
tree | dfd120146de4c21866a077738af0436c26b37cb1 /arch/arc/plat-axs10x | |
parent | 286130ebf196d9643800977d57bdb7cda266b49e (diff) | |
download | blackbird-op-linux-aa0efcde45a36d1ea2bc5bde4d47f36ec17502de.tar.gz blackbird-op-linux-aa0efcde45a36d1ea2bc5bde4d47f36ec17502de.zip |
ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()
MCIP now registers it's own per cpu setup routine (for IPI IRQ request)
using smp_ops.init_irq_cpu().
So no need for platforms to do that. This now completely decouples
platforms from MCIP.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-axs10x')
-rw-r--r-- | arch/arc/plat-axs10x/axs10x.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/plat-axs10x/axs10x.c b/arch/arc/plat-axs10x/axs10x.c index 9ce199963363..1b0f0f458a2b 100644 --- a/arch/arc/plat-axs10x/axs10x.c +++ b/arch/arc/plat-axs10x/axs10x.c @@ -482,9 +482,6 @@ static const char *axs103_compat[] __initconst = { MACHINE_START(AXS103, "axs103") .dt_compat = axs103_compat, .init_early = axs103_early_init, -#ifdef CONFIG_ARC_MCIP - .init_smp = mcip_init_smp, -#endif MACHINE_END /* |