• Andrew Morton's avatar
    [PATCH] Use 64-bit counters for scheduler stats · 0281d847
    Andrew Morton authored
    From: Kingsley Cheung <kingsley@aurema.com>
    
    A number of scheduler counters wrap around after 47 days.  The context-switch
    counter can wrap around after considerably less time.
    
    Convert them to 64-bit values.
    0281d847
proc_misc.c 18.7 KB