Skip to content

Commit

Permalink
perf_counter: Remove unused variables
Browse files Browse the repository at this point in the history
Fix a gcc unused variables warning.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
  • Loading branch information
Peter Zijlstra committed Jul 22, 2009
1 parent 1d2f379 commit 9b7019a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/cpu/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9b7019a

Please sign in to comment.