• Robert Love's avatar
    [PATCH] no need for kernel_flag on UP · 339bf945
    Robert Love authored
    This is a minor cleanup.  We currently define and declare the BKL's
    kernel_flag spinlock on either SMP or PREEMPT, which means a UP+PREEMPT
    machine gets it.
    
    We only need the actual lock on SMP.
    339bf945
sched.c 61.8 KB