diff options
Diffstat (limited to 'drivers/cpufreq/powernow-k7.c')
-rw-r--r-- | drivers/cpufreq/powernow-k7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/powernow-k7.c b/drivers/cpufreq/powernow-k7.c index 501d167368d2..cf7e1ee005a2 100644 --- a/drivers/cpufreq/powernow-k7.c +++ b/drivers/cpufreq/powernow-k7.c | |||
@@ -112,7 +112,7 @@ static int check_fsb(unsigned int fsbspeed) | |||
112 | } | 112 | } |
113 | 113 | ||
114 | static const struct x86_cpu_id powernow_k7_cpuids[] = { | 114 | static const struct x86_cpu_id powernow_k7_cpuids[] = { |
115 | { X86_VENDOR_AMD, 7, }, | 115 | { X86_VENDOR_AMD, 6, }, |
116 | {} | 116 | {} |
117 | }; | 117 | }; |
118 | MODULE_DEVICE_TABLE(x86cpu, powernow_k7_cpuids); | 118 | MODULE_DEVICE_TABLE(x86cpu, powernow_k7_cpuids); |