commit | 39b3d44624e9c54e7406274beaf569fe33af2b96 | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Fri Jul 31 14:30:07 2009 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Aug 03 17:52:47 2009 +0100 |
tree | b23b957e972a1b0c8ecf0e16c4ae56061a31d949 | |
parent | 3d4656d68bad84604f5b01f93e066cd02f77154b [diff] |
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>