diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-30 02:42:42 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-30 02:46:36 +0400 |
commit | 8a1e97ee2e025f116765c92409a3cf8f6cb07ad6 (patch) | |
tree | c3df538fce3f32b35b1b8355a9a411cb668e724e /arch/h8300 | |
parent | 6c9fde4bfff11b2fd93b4e518ae7ecb25a9244e4 (diff) | |
download | linux-8a1e97ee2e025f116765c92409a3cf8f6cb07ad6.tar.xz |
[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>
Diffstat (limited to 'arch/h8300')
0 files changed, 0 insertions, 0 deletions