public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] acpi: don't load acpi_cpufreq if acpi=off
@ 2008-09-25  2:04 Yinghai Lu
  2008-09-25  2:04 ` [PATCH 2/7] acpi: remove have_arch_parse_srat in acpi.h Yinghai Lu
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Yinghai Lu @ 2008-09-25  2:04 UTC (permalink / raw)
  To: Jesse Barnes, Len Brown, Ingo Molnar, Thomas Gleixner,
	H. Peter Anvin, Andrew Morton
  Cc: linux-kernel, linux-pci, linux-acpi, Yinghai Lu

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
---
 arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c b/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
index dd097b8..9943b4c 100644
--- 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();
-- 
1.5.6


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-09-25 17:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-25  2:04 [PATCH 1/7] acpi: don't load acpi_cpufreq if acpi=off Yinghai Lu
2008-09-25  2:04 ` [PATCH 2/7] acpi: remove have_arch_parse_srat in acpi.h Yinghai Lu
2008-09-25 15:01   ` Bjorn Helgaas
2008-09-25 17:10     ` Yinghai Lu
2008-09-25  2:04 ` [PATCH 3/7] pci: using %pF in quirks.c Yinghai Lu
2008-09-25 14:52   ` Jesse Barnes
2008-09-25 14:56   ` Bjorn Helgaas
2008-09-25 16:20     ` Jesse Barnes
2008-09-25  2:04 ` [PATCH 4/7] mm: print out meminit for memmap Yinghai Lu
2008-09-25  8:35   ` Ingo Molnar
2008-09-25  2:04 ` [PATCH 5/7] x86: fix typo in irq_desc array Yinghai Lu
2008-09-25  8:36   ` Ingo Molnar
2008-09-25  2:04 ` [PATCH 6/7] x86: irq no should not use hex in /proc/interrupts Yinghai Lu
2008-09-25  8:39   ` Ingo Molnar
2008-09-25  2:04 ` [PATCH 7/7] x86: print out irq nr for msi/ht Yinghai Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox