commit | 2647aa19fb36326ae4d2642072e1e072d176a2fc | [log] [tgz] |
---|---|---|
author | Laurentiu TUDOR <Laurentiu.Tudor@freescale.com> | Thu Jul 07 16:44:30 2011 +0300 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jul 08 00:21:33 2011 -0500 |
tree | f561019f3f68438740b254ccc31ba2d50c389880 | |
parent | 3fce1c0ba2b35b68135d8d8a3438f8c8272a01d8 [diff] |
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>