• Andrew Morton's avatar
    [PATCH] sched: micro-optimisation for wake_up · 25de0902
    Andrew Morton authored
    From: Nick Piggin <nickpiggin@yahoo.com.au>
    
    This actually does produce better code, especially under the locked
    section.
    
    Turns a conditional + unconditional jump under the lock in the unlikely
    case into a cmov outside the lock.
    25de0902
sched.c 95.2 KB