• Robert Love's avatar
    [PATCH] remove preempt workaround in slab.c · 7f644d00
    Robert Love authored
    Before the irqs_disabled() check in preempt_schedule(), we worked around
    some locking issues in slab.c.  Now that we will never preempt with
    interrupts disabled, we can remove those and clean things up.
    
    This is courtesy of Manfred Spraul.
    7f644d00
slab.c 52.8 KB