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)
commit26b8f996239884451aeb1213747e3ca808c26024
treecbe21b30990e06a6da6cddc545016fce790c427d
parente55af4da026ebdb9ded3cb7708b8a8bd7884ad3a
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
This page took 0.027658 seconds and 5 git commands to generate.