perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-boo
authorPeter Zijlstra <peterz@infradead.org>
Mon, 4 May 2009 16:47:44 +0000 (18:47 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 May 2009 17:30:29 +0000 (19:30 +0200)
Invert the atomic_inc_not_zero() test so that we will indeed detect the
first activation.

Also rename the global num_counters, since its easy to confuse with
x86_pmu.num_counters.

[ Impact: fix non-working perfcounters on AMD CPUs, cleanup ]

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

No differences found