• Andrew Morton's avatar
    [PATCH] slab: take the spinlock in the drain function. · fa652753
    Andrew Morton authored
    In 2.5, local_irq_disable() provides protection against
    smp_call_function() on all architectures.  (Or it will, not sure.  But
    davem says this is OK).
    
    So a spin_lock() within the smp_call_function() callback is now
    permitted, and we can remove/cleanup the workaround.
    fa652753
slab.c 51.8 KB