From: Laurentiu TUDOR Date: Thu, 7 Jul 2011 13:44:30 +0000 (+0300) Subject: powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_init X-Git-Tag: v3.1-rc1~236^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2647aa19fb36326ae4d2642072e1e072d176a2fc;p=pandora-kernel.git 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 Signed-off-by: Kumar Gala --- Reading git-diff-tree failed