• Andrew Morton's avatar
    [PATCH] Fix overzealous use of online cpu iterators · 2cb2f31f
    Andrew Morton authored
    From: Rusty Russell <rusty@rustcorp.com.au>
    
    The IA64 hotplug CPU merge seems to have included some core changes: in
    particular the recalc_bh_state() needs to sum for all (including offline)
    cpus, since we don't empty the counters on CPU down.  The totals printed by
    /proc/stat (the first loop) should include offline cpus, too (apparently
    printing out the per-cpu lines for offline cpus confuses top).
    2cb2f31f
proc_misc.c 18.7 KB