aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/powernow-k7.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/powernow-k7.c')
-rw-r--r--drivers/cpufreq/powernow-k7.c2
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
114static const struct x86_cpu_id powernow_k7_cpuids[] = { 114static const struct x86_cpu_id powernow_k7_cpuids[] = {
115 { X86_VENDOR_AMD, 7, }, 115 { X86_VENDOR_AMD, 6, },
116 {} 116 {}
117}; 117};
118MODULE_DEVICE_TABLE(x86cpu, powernow_k7_cpuids); 118MODULE_DEVICE_TABLE(x86cpu, powernow_k7_cpuids);