• P
    sh: Fix up UP deadlock with SMP-aware cache ops. · 6f379578
    Paul Mundt 提交于
    This builds on top of the previous reversion and implements a special
    on_each_cpu() variant that simple disables preemption across the call
    while leaving the interrupt state to the function itself. There were some
    unintended consequences with IRQ disabling in some of these paths on UP
    that ran in to a deadlock scenario with IRQs being missed.
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    6f379578
cache.c 8.3 KB