powerpc/85xx: Fix support for enabling doorbells for IPIs
authorMatthew McClintock <msm@freescale.com>
Wed, 12 Oct 2011 00:06:42 +0000 (19:06 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 12 Oct 2011 04:26:11 +0000 (23:26 -0500)
commitde423ff5b0b50746616dfacbd67a2290ed70b590
tree6add4832585ad450f2725f34c9fbcbc3e59db96a
parente33ee8b6f473b33a41c281f5329d9d7b3bed8ff5
powerpc/85xx: Fix support for enabling doorbells for IPIs

Commit 765342526246c97600e5344c0949824d94bb51c3 made some small changes to
IPI, message_pass in smp_ops was initialized to NULL for other platforms
but not for 85xx which causes us to always use the mpic for IPI's even
if we support doorbells in HW.

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