• Andrew Morton's avatar
    [PATCH] sched: improved resolution in find_busiest_node · 067e0480
    Andrew Morton authored
    From: Nick Piggin <piggin@cyberone.com.au>
    
    From: Frank Cornelis <frank.cornelis@elis.ugent.be>
    
    In order to get the best possible resolution we need to use NR_CPUS instead
    of the constant value 10.  load is an int, so no need to worry about
    overflows...
    067e0480
sched.c 75.9 KB