perf_counter, x86: return raw count with x86_perf_counter_update()
authorRobert Richter <robert.richter@amd.com>
Wed, 29 Apr 2009 10:47:22 +0000 (12:47 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 29 Apr 2009 12:51:13 +0000 (14:51 +0200)
commit4b7bfd0d276da3a006d37e85d3cf900d7a14ae2a
treeed4fe623afebdeb17e0a9ccc833f2154cd815991
parenta29aa8a7ff93e4196d558036928597e68337dd8d
perf_counter, x86: return raw count with x86_perf_counter_update()

To check on AMD cpus if a counter overflows, the upper bit of the raw
counter value must be checked. This value is already internally
available in x86_perf_counter_update(). Now, the value is returned so
that it can be used directly to check for overflows.

[ Impact: micro-optimization ]

Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Paul Mackerras <paulus@samba.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1241002046-8832-26-git-send-email-robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_counter.c