]> git.baikalelectronics.ru Git - kernel.git/commit
ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()
authorVineet Gupta <vgupta@synopsys.com>
Mon, 12 Oct 2015 11:08:07 +0000 (16:38 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 28 Oct 2015 10:43:40 +0000 (16:13 +0530)
commitf80b55aa9a0f2eeb73e7591f8f2232831c63f708
treecbe21b30990e06a6da6cddc545016fce790c427d
parente8fbff4a949ba308d33a63d75deba14d6b7afec5
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>
arch/arc/include/asm/mcip.h
arch/arc/kernel/mcip.c
arch/arc/plat-axs10x/axs10x.c
arch/arc/plat-sim/platform.c