Skip to content

Commit

Permalink
[CPUFREQ] longhaul: Kill off warnings introduced by recent changes.
Browse files Browse the repository at this point in the history
Bunch of unused vars + one case where gcc isn't smart enough.

Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed Jan 3, 2007
1 parent 76ff28c commit 43c8f12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,7 @@ static int __init longhaul_get_ranges(void)
130, 150, 160, 140, -1, 155, -1, 145 };
unsigned int j, k = 0;
union msr_longhaul longhaul;
unsigned long lo, hi;
unsigned int eblcr_fsb_table_v1[] = { 66, 133, 100, -1 };
unsigned int eblcr_fsb_table_v2[] = { 133, 100, -1, 66 };
int mult;
int mult = 0;

switch (longhaul_version) {
case TYPE_LONGHAUL_V1:
Expand Down

0 comments on commit 43c8f12

Please sign in to comment.