aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
diff options
context:
space:
mode:
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>2006-10-03 15:34:28 -0400
committerDave Jones <davej@redhat.com>2006-10-15 19:57:10 -0400
commit83d0515bbb10c7a3e52eee697d1032e447291eda (patch)
treedba32263b1d8374422d44772455e4acbea75de3a /arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
parentdde9f7ba60adac0cade262ab9b17654e93c626e2 (diff)
[CPUFREQ][4/8] acpi-cpufreq: Mark speedstep-centrino ACPI as deprecated
Mark ACPI hooks in speedstep-centrino as deprecated. Change the order in which speedstep-centrino and acpi-cpufreq (when both are in kernel) will be added. First driver to be tried is now acpi-cpufreq, followed by speedstep-centrino. Add a note in feature-removal-schedule to mark this deprecation. Signed-off-by: Denis Sadykov <denis.m.sadykov@intel.com> Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c')
-rw-r--r--arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
index e8993baf3d14..70178bf8002d 100644
--- a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
+++ b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
@@ -531,6 +531,9 @@ static int centrino_cpu_init_acpi(struct cpufreq_policy *policy)
531 531
532 /* notify BIOS that we exist */ 532 /* notify BIOS that we exist */
533 acpi_processor_notify_smm(THIS_MODULE); 533 acpi_processor_notify_smm(THIS_MODULE);
534 printk("speedstep-centrino with X86_SPEEDSTEP_CENTRINO_ACPI"
535 "config is deprecated.\n "
536 "Use X86_ACPI_CPUFREQ (acpi-cpufreq instead.\n" );
534 537
535 return 0; 538 return 0;
536 539