perf: Convert perf_event to local_t
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Fri, 21 May 2010 12:43:08 +0000 (14:43 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Jun 2010 09:12:37 +0000 (11:12 +0200)
Since now all modification to event->count (and ->prev_count
and ->period_left) are local to a cpu, change then to local64_t so we
avoid the LOCK'ed ops.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found