• Peter Zijlstra's avatar
    perf_counter: Sanitize context locking · 682076ae
    Peter Zijlstra authored
    Ensure we're consistent with the context locks.
    
     context->mutex
       context->lock
         list_{add,del}_counter();
    
    so that either lock is sufficient to stabilize the context.
    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>
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    Cc: John Kacur <jkacur@redhat.com>
    LKML-Reference: <20090523163012.618790733@chello.nl>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    682076ae
perf_counter.c 86.2 KB