powerpc/85xx: don't init the mpic ipi for the SoC which has doorbell support
authorKevin Hao <haokexin@gmail.com>
Thu, 7 Nov 2013 07:17:17 +0000 (15:17 +0800)
committerScott Wood <scottwood@freescale.com>
Wed, 8 Jan 2014 01:06:03 +0000 (19:06 -0600)
commit455d23a8908319fa7ad450e65e4f09afb45057a7
tree48175b602d55e1c26092ddcddbca132ca76bad57
parent0ff649ca50355352d4dbe3fcd7e6b3587d226d54
powerpc/85xx: don't init the mpic ipi for the SoC which has doorbell support

It makes no sense to initialize the mpic ipi for the SoC which has
doorbell support. So set the smp_85xx_ops.probe to NULL for this
case. Since the smp_85xx_ops.probe is also used in function
smp_85xx_setup_cpu() to check if we need to invoke
mpic_setup_this_cpu(), we introduce a new setup_cpu function
smp_85xx_basic_setup() to remove this dependency.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/platforms/85xx/smp.c