dect
/
linux-2.6
Archived
13
0
Fork 0

x86: perf_counter cleanup

Remove unused variables and duplicate header file.

Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Jaswinder Singh Rajput 2009-03-08 17:09:49 +05:30 committed by Ingo Molnar
parent 184fe4ab1f
commit e255357764
1 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,6 @@
#include <linux/kdebug.h>
#include <linux/sched.h>
#include <asm/perf_counter.h>
#include <asm/apic.h>
static bool perf_counters_initialized __read_mostly;
@ -954,9 +953,6 @@ static struct pmc_x86_ops *pmc_intel_init(void)
static struct pmc_x86_ops *pmc_amd_init(void)
{
u64 old;
int bits;
nr_counters_generic = 4;
nr_counters_fixed = 0;
counter_value_mask = 0x0000FFFFFFFFFFFFULL;