All of lore.kernel.org
 help / color / mirror / Atom feed
* - acpi-dont-load-acpi_cpufreq-if-acpi=off.patch removed from -mm tree
@ 2008-10-15 21:14 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-10-15 21:14 UTC (permalink / raw)
  To: yhlu.kernel, lenb, mm-commits


The patch titled
     acpi: don't load acpi_cpufreq if acpi=off
has been removed from the -mm tree.  Its filename was
     acpi-dont-load-acpi_cpufreq-if-acpi=off.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: acpi: don't load acpi_cpufreq if acpi=off
From: Yinghai Lu <yhlu.kernel@gmail.com>

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

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

diff -puN arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c~acpi-dont-load-acpi_cpufreq-if-acpi=off arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
--- a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c~acpi-dont-load-acpi_cpufreq-if-acpi=off
+++ a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
@@ -780,6 +780,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();
_

Patches currently in -mm which might be from yhlu.kernel@gmail.com are

origin.patch
git-acpi.patch
mm-print-out-meminit-for-memmap.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-15 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-15 21:14 - acpi-dont-load-acpi_cpufreq-if-acpi=off.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.