MIPS: Octeon: Run IPI code with interrupts disabled.
authorDavid Daney <ddaney@caviumnetworks.com>
Fri, 31 Jul 2009 21:30:07 +0000 (14:30 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 3 Aug 2009 16:52:47 +0000 (17:52 +0100)
commit39b3d44624e9c54e7406274beaf569fe33af2b96
treeb23b957e972a1b0c8ecf0e16c4ae56061a31d949
parent3d4656d68bad84604f5b01f93e066cd02f77154b
MIPS: Octeon: Run IPI code with interrupts disabled.

In mm/slab.c the function do_ccupdate_local requires that interrupts be
disabled.  If they are not, we panic with CONFIG_DEBUG_SLAB.

So we disable interrupts while processing IPIs.  Also these are not shared
irqs, so get rid of the IRQF_SHARED flag.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/smp.c