diff options
author | Paul Mackerras <paulus@samba.org> | 2009-06-01 03:53:16 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-02 07:10:55 -0400 |
commit | bf4e0ed3d027ce581be18496036862131b5f32aa (patch) | |
tree | f55e5c85b286b3ace8b81f3ffc7e48590f4a7020 /include/linux/perf_counter.h | |
parent | 3f731ca60afc29f5bcdb5fd2a04391466313a9ac (diff) |
perf_counter: Remove unused prev_state field
This removes the prev_state field of struct perf_counter since
it is now unused. It was only used by the cpu migration
counter, which doesn't use it any more.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: John Kacur <jkacur@redhat.com>
LKML-Reference: <18979.35052.915728.626374@cargo.ozlabs.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index deb9acf9ad2a..d970fbc16afd 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -427,7 +427,6 @@ struct perf_counter { | |||
427 | const struct pmu *pmu; | 427 | const struct pmu *pmu; |
428 | 428 | ||
429 | enum perf_counter_active_state state; | 429 | enum perf_counter_active_state state; |
430 | enum perf_counter_active_state prev_state; | ||
431 | atomic64_t count; | 430 | atomic64_t count; |
432 | 431 | ||
433 | /* | 432 | /* |