• Andrew Morton's avatar
    [PATCH] sched: oops fix · a65fb1d0
    Andrew Morton authored
    From: Nick Piggin <nickpiggin@yahoo.com.au>
    
    After the for_each_domain change, the warn here won't trigger, instead it
    will oops in the if statement.  Also, make sure we don't pass an empty
    cpumask to for_each_cpu.
    a65fb1d0
sched.c 90.8 KB