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/include/asm | |
parent | 286130ebf196d9643800977d57bdb7cda266b49e (diff) | |
download | op-kernel-dev-aa0efcde45a36d1ea2bc5bde4d47f36ec17502de.zip op-kernel-dev-aa0efcde45a36d1ea2bc5bde4d47f36ec17502de.tar.gz |
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/include/asm')
-rw-r--r-- | arch/arc/include/asm/mcip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/include/asm/mcip.h b/arch/arc/include/asm/mcip.h index c9b2b40..46f4e53 100644 --- a/arch/arc/include/asm/mcip.h +++ b/arch/arc/include/asm/mcip.h @@ -86,8 +86,6 @@ static inline void __mcip_cmd_data(unsigned int cmd, unsigned int param, __mcip_cmd(cmd, param); } -extern void mcip_init_smp(unsigned int cpu); - #endif #endif |