mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Martin Hicks <mort@wildopensource.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] fix ACPI_BOOT for ia64 (2.6.11-rc3-mm1)
Date: Tue, 8 Feb 2005 15:03:38 -0500	[thread overview]
Message-ID: <20050208200338.GF11310@localhost> (raw)


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

             reply	other threads:[~2005-02-08 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-08 20:03 Martin Hicks [this message]
2005-02-08 20:07 ` Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050208200338.GF11310@localhost \
    --to=mort@wildopensource.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®