Ralf Baechle 8a1e97ee2e [MIPS] SMTC: Fix recursion in instant IPI replay code.
local_irq_restore -> raw_local_irq_restore -> irq_restore_epilog ->
	smtc_ipi_replay -> smtc_ipi_dq -> spin_unlock_irqrestore ->
	_spin_unlock_irqrestore -> local_irq_restore

The recursion does abort when there is no more IPI queued for a CPU, so
this isn't usually fatal which is why we got away with this for so long
until this was discovered by code inspection.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-03-29 23:46:36 +01:00
..
2007-02-06 16:53:19 +00:00
2007-02-20 17:11:55 +00:00
2005-04-16 15:20:36 -07:00
2005-10-29 19:30:50 +01:00
2007-02-06 16:53:19 +00:00
2007-02-06 16:53:19 +00:00
2006-11-30 01:14:44 +00:00
2006-12-10 21:52:11 +00:00
2006-10-19 17:55:13 +01:00
2007-02-06 16:53:19 +00:00