Skip to content

Commit

Permalink
powernow-k7: Fix CPU family number
Browse files Browse the repository at this point in the history
Commit fa8031a ('cpufreq: Add support
for x86 cpuinfo auto loading v4') seems to have inadvertently changed
the matched CPU family number from 6 to 7.  Change it back.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Thomas Renninger <trenn@suse.de>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Ben Hutchings authored and Greg Kroah-Hartman committed Feb 13, 2012
1 parent e668505 commit 30bcfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/powernow-k7.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static int check_fsb(unsigned int fsbspeed)
}

static const struct x86_cpu_id powernow_k7_cpuids[] = {
{ X86_VENDOR_AMD, 7, },
{ X86_VENDOR_AMD, 6, },
{}
};
MODULE_DEVICE_TABLE(x86cpu, powernow_k7_cpuids);
Expand Down

0 comments on commit 30bcfff

Please sign in to comment.