diff options
author | Matthew Garrett <mjg@redhat.com> | 2012-09-04 04:28:09 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-09-09 16:05:30 -0400 |
commit | e1f0b8e9b04a262834ed111e605e5d215685dfab (patch) | |
tree | 13319110b77c21754b89ca7e9b71842e459c40a2 /drivers/cpufreq/Makefile | |
parent | 11269ff506888a06b19c8c7a3297114f30673973 (diff) |
cpufreq: Remove support for hardware P-state chips from powernow-k8
These chips are now supported by acpi-cpufreq, so we can delete all the
code handling them.
Andre: Tighten the deprecation warning message. Trigger load of
acpi-cpufreq and let the load of the module finally fail.
This avoids the problem of users ending up without any cpufreq support
after the transition.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'drivers/cpufreq/Makefile')
-rw-r--r-- | drivers/cpufreq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index 9531fc2eda22..b99790f400c4 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile | |||
@@ -19,7 +19,7 @@ obj-$(CONFIG_CPU_FREQ_TABLE) += freq_table.o | |||
19 | # K8 systems. ACPI is preferred to all other hardware-specific drivers. | 19 | # K8 systems. ACPI is preferred to all other hardware-specific drivers. |
20 | # speedstep-* is preferred over p4-clockmod. | 20 | # speedstep-* is preferred over p4-clockmod. |
21 | 21 | ||
22 | obj-$(CONFIG_X86_POWERNOW_K8) += powernow-k8.o mperf.o | 22 | obj-$(CONFIG_X86_POWERNOW_K8) += powernow-k8.o |
23 | obj-$(CONFIG_X86_ACPI_CPUFREQ) += acpi-cpufreq.o mperf.o | 23 | obj-$(CONFIG_X86_ACPI_CPUFREQ) += acpi-cpufreq.o mperf.o |
24 | obj-$(CONFIG_X86_PCC_CPUFREQ) += pcc-cpufreq.o | 24 | obj-$(CONFIG_X86_PCC_CPUFREQ) += pcc-cpufreq.o |
25 | obj-$(CONFIG_X86_POWERNOW_K6) += powernow-k6.o | 25 | obj-$(CONFIG_X86_POWERNOW_K6) += powernow-k6.o |