]> git.baikalelectronics.ru Git - kernel.git/commit
perf_counter, x86: generic use of cpuc->active
authorRobert Richter <robert.richter@amd.com>
Wed, 29 Apr 2009 10:47:16 +0000 (12:47 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 29 Apr 2009 12:51:10 +0000 (14:51 +0200)
commit4fb4520e2c265dffd0f25b6f305187041015013e
tree53f2666d3d428cd4b4683a4b168a30f871896083
parent73e81eb5cc0bc371eab0de584c7dcb8dd7ea6d1d
perf_counter, x86: generic use of cpuc->active

cpuc->active will now be used to indicate an enabled counter which
implies also valid pointers of cpuc->counters[]. In contrast,
cpuc->used only locks the counter, but it can be still uninitialized.

[ Impact: refactor and generalize code ]

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-20-git-send-email-robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_counter.c