[patch 48/56] ACPI: dont load acpi_cpufreq if acpi=off

From: Greg KH
Date: Tue Feb 10 2009 - 19:45:42 EST


2.6.27-stable review patch. If anyone has any objections, please let us know.
------------------

From: Yinghai Lu <yhlu.kernel@xxxxxxxxx>

commit ee297533279a802eac8b1cbea8e65b24b36a1aac upstream.

Signed-off-by: Yinghai Lu <yhlu.kernel@xxxxxxxxx>
Signed-off-by: Len Brown <len.brown@xxxxxxxxx>
Signed-off-by: Thomas Renninger <trenn@xxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 3 +++
1 file changed, 3 insertions(+)

--- a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
+++ b/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
@@ -779,6 +779,9 @@ static int __init acpi_cpufreq_init(void
{
int ret;

+ if (acpi_disabled)
+ return 0;
+
dprintk("acpi_cpufreq_init\n");

ret = acpi_cpufreq_early_init();

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/