• Peter Zijlstra's avatar
    perf_counter: fix the output lock · 22c1558e
    Peter Zijlstra authored
    Use -1 instead of 0 as unlocked, since 0 is a valid cpu number.
    
    ( This is not an issue right now but will be once we allow multiple
      counters to output to the same mmap area. )
    
    [ Impact: prepare code for multi-counter profile output ]
    Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
    LKML-Reference: <20090505155437.232686598@chello.nl>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    22c1558e
perf_counter.c 78.3 KB