perf_counter: Remove unused prev_state field
authorPaul Mackerras <paulus@samba.org>
Mon, 1 Jun 2009 07:53:16 +0000 (17:53 +1000)
committerIngo Molnar <mingo@elte.hu>
Tue, 2 Jun 2009 11:10:55 +0000 (13:10 +0200)
commitbf4e0ed3d027ce581be18496036862131b5f32aa
treef55e5c85b286b3ace8b81f3ffc7e48590f4a7020
parent3f731ca60afc29f5bcdb5fd2a04391466313a9ac
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>
include/linux/perf_counter.h
kernel/perf_counter.c