1. 22 1月, 2008 1 次提交
  2. 12 10月, 2007 1 次提交
  3. 30 3月, 2007 1 次提交
    • R
      [MIPS] SMTC: Fix recursion in instant IPI replay code. · 8a1e97ee
      Ralf Baechle 提交于
      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: NRalf Baechle <ralf@linux-mips.org>
      8a1e97ee
  4. 07 3月, 2007 1 次提交
  5. 07 2月, 2007 1 次提交
  6. 19 4月, 2006 1 次提交