Prev: LEDS: fix race between LED device uevent and actual attributes creation
Next: [tip:perf/core] perf/core, x86: Reduce number of CONFIG_X86_LOCAL_APIC macros
From: tip-bot for Robert Richter on 17 Mar 2010 08:20 Commit-ID: 10f1014d86fd4fe5087080d609b51183396c5e4c Gitweb: http://git.kernel.org/tip/10f1014d86fd4fe5087080d609b51183396c5e4c Author: Robert Richter <robert.richter(a)amd.com> AuthorDate: Wed, 17 Mar 2010 12:49:12 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 17 Mar 2010 13:06:59 +0100 perf/core, x86: Remove cpu_hw_events.interrupts This member in the struct is not used anymore and can be removed. Signed-off-by: Robert Richter <robert.richter(a)amd.com> Cc: Stephane Eranian <eranian(a)google.com> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> LKML-Reference: <1268826553-19518-4-git-send-email-robert.richter(a)amd.com> Signed-off-by: Ingo Molnar <mingo(a)elte.hu> --- arch/x86/kernel/cpu/perf_event.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/cpu/perf_event.c b/arch/x86/kernel/cpu/perf_event.c index 793e63f..104292a 100644 --- a/arch/x86/kernel/cpu/perf_event.c +++ b/arch/x86/kernel/cpu/perf_event.c @@ -102,7 +102,6 @@ struct cpu_hw_events { */ struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */ unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)]; - unsigned long interrupts; int enabled; int n_events; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |