mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fix ACPI_BOOT for ia64 (2.6.11-rc3-mm1)
@ 2005-02-08 20:03 Martin Hicks
  2005-02-08 20:07 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Hicks @ 2005-02-08 20:03 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel


Hi Andrew,

One of your patches in 2.6.11-rc3-mm1 breaks ACPI_BOOT for ia64.  It
removes the dependence on CONFIG_ACPI and makes it exclusively depend on
X86_HT, which is wrong.

Signed-off-by: Martin Hicks <mort@wildopensource.com>

Index: linux-2.6.11-rc3-mm1/drivers/acpi/Kconfig
===================================================================
--- linux-2.6.11-rc3-mm1.orig/drivers/acpi/Kconfig	2005-02-07 12:31:54.000000000 -0800
+++ linux-2.6.11-rc3-mm1/drivers/acpi/Kconfig	2005-02-08 11:57:04.000000000 -0800
@@ -42,7 +42,7 @@
 
 config ACPI_BOOT
 	bool
-	depends on X86_HT
+	depends on X86_HT || IA64
 	default y
 
 if ACPI

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

end of thread, other threads:[~2005-02-08 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-08 20:03 [PATCH] fix ACPI_BOOT for ia64 (2.6.11-rc3-mm1) Martin Hicks
2005-02-08 20:07 ` Sam Ravnborg

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

all inboxes | Powered by JetHome®