diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-10-12 16:38:07 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-10-28 16:13:40 +0530 |
commit | 26b8f996239884451aeb1213747e3ca808c26024 (patch) | |
tree | cbe21b30990e06a6da6cddc545016fce790c427d /arch/arc/include | |
parent | e55af4da026ebdb9ded3cb7708b8a8bd7884ad3a (diff) | |
download | blackbird-obmc-linux-26b8f996239884451aeb1213747e3ca808c26024.tar.gz blackbird-obmc-linux-26b8f996239884451aeb1213747e3ca808c26024.zip |
ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()
MCIP now registers it's own probe callback with smp_ops.init_early_smp()
which is called by ARC common code, so no need for platforms to do that.
This decouples the platforms and MCIP and helps confine MCIP details
to it's own file.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/mcip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/include/asm/mcip.h b/arch/arc/include/asm/mcip.h index 52c11f0bb0e5..c9b2b402a810 100644 --- a/arch/arc/include/asm/mcip.h +++ b/arch/arc/include/asm/mcip.h @@ -86,7 +86,6 @@ static inline void __mcip_cmd_data(unsigned int cmd, unsigned int param, __mcip_cmd(cmd, param); } -extern void mcip_init_early_smp(void); extern void mcip_init_smp(unsigned int cpu); #endif |