Commit 9b7019ae authored by Peter Zijlstra's avatar Peter Zijlstra

perf_counter: Remove unused variables

Fix a gcc unused variables warning.
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
parent 1d2f3794
...@@ -1570,8 +1570,6 @@ static struct x86_pmu amd_pmu = { ...@@ -1570,8 +1570,6 @@ static struct x86_pmu amd_pmu = {
static int p6_pmu_init(void) static int p6_pmu_init(void)
{ {
int high, low;
switch (boot_cpu_data.x86_model) { switch (boot_cpu_data.x86_model) {
case 1: case 1:
case 3: /* Pentium Pro */ case 3: /* Pentium Pro */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment