From: Peter Zijlstra Date: Fri, 21 May 2010 12:43:08 +0000 (+0200) Subject: perf: Convert perf_event to local_t X-Git-Tag: v2.6.36-rc1~532^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e78505958cf123048fb48cb56b79cebb8edd15fb;p=pandora-kernel.git perf: Convert perf_event to local_t 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 LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed