diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-07-22 16:31:36 +0200 |
---|---|---|
committer | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-07-22 18:05:55 +0200 |
commit | 9b7019ae6a542a801a80df6694c66e240e2c3e39 (patch) | |
tree | fe2e53fae79f313cfa2fa02d89a6bd585f86a361 /arch/x86 | |
parent | 1d2f37945d1b3a14086c5ea802486778b635cf97 (diff) | |
download | op-kernel-dev-9b7019ae6a542a801a80df6694c66e240e2c3e39.zip op-kernel-dev-9b7019ae6a542a801a80df6694c66e240e2c3e39.tar.gz |
perf_counter: Remove unused variables
Fix a gcc unused variables warning.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/cpu/perf_counter.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/perf_counter.c b/arch/x86/kernel/cpu/perf_counter.c index 7e346d4..a7aa8f9 100644 --- a/arch/x86/kernel/cpu/perf_counter.c +++ b/arch/x86/kernel/cpu/perf_counter.c @@ -1570,8 +1570,6 @@ static struct x86_pmu amd_pmu = { static int p6_pmu_init(void) { - int high, low; - switch (boot_cpu_data.x86_model) { case 1: case 3: /* Pentium Pro */ |