[PATCH] Remove a BUG_ON that triggered when running under FSL Hypervisor

Kumar Gala galak at kernel.crashing.org
Fri Jul 8 14:12:11 EST 2011


On Jul 7, 2011, at 8:44 AM, Laurentiu TUDOR wrote:

> mpc85xx_smp_init platform init function assumed that smp_ops.message_pass
> was set to default arch dependent smp_muxed_ipi_message_pass.
> However this does not seem to happen. Moreover, the arch specific code
> in arch/powerpc/kernel/smp.c handles smp_ops.message_pass == NULL and if so
> calls the default implementation.
> 
> Signed-off-by: Laurentiu TUDOR <Laurentiu.Tudor at freescale.com>
> ---
> arch/powerpc/platforms/85xx/smp.c |    9 +++++----
> 1 files changed, 5 insertions(+), 4 deletions(-)

Re-worded commit message a bit, applied to next

- k


More information about the Linuxppc-dev mailing list