powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_init
authorLaurentiu TUDOR <Laurentiu.Tudor@freescale.com>
Thu, 7 Jul 2011 13:44:30 +0000 (16:44 +0300)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 8 Jul 2011 05:21:33 +0000 (00:21 -0500)
commit2647aa19fb36326ae4d2642072e1e072d176a2fc
treef561019f3f68438740b254ccc31ba2d50c389880
parent3fce1c0ba2b35b68135d8d8a3438f8c8272a01d8
powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_init

Under the FSL Hypervisor we triggered a BUG_ON in mpc85xx_smp_init that
expected smp_ops.message_pass to be explicity set.  However recent
changes allows smp_ops.message_pass to be NULL and handled by default
code.  Thus the BUG_ON isn't relevant anymore.

Signed-off-by: Laurentiu TUDOR <Laurentiu.Tudor@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/smp.c