All of lore.kernel.org
 help / color / mirror / Atom feed
From: CaT <cat@zip.com.au>
To: Andrew Morton <akpm@osdl.org>
Cc: Dumitru Ciobarcianu <cioby@ines.ro>,
	linux-kernel@vger.kernel.org, linux-acpi@unix-os.sc.intel.com
Subject: [PATCH] Re: 2.6.0-test3-mm3
Date: Tue, 19 Aug 2003 20:34:17 +1000	[thread overview]
Message-ID: <20030819103417.GU643@zip.com.au> (raw)
In-Reply-To: <20030819031755.730e892b.akpm@osdl.org>

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

On Tue, Aug 19, 2003 at 03:17:55AM -0700, Andrew Morton wrote:
> If you look at it, yes, everything in there has become dependent on
> X86_LOCAL_APIC.   It looks like a mistake.

This patch works for me (against bk6)

-- 
"How can I not love the Americans? They helped me with a flat tire the
other day," he said.
	- http://tinyurl.com/h6fo

[-- Attachment #2: 2.6.0-t3-bk6.acpiht.patch --]
[-- Type: text/plain, Size: 366 bytes --]

--- linux/drivers/acpi/Kconfig.old	Tue Aug 19 20:27:41 2003
+++ linux/drivers/acpi/Kconfig	Tue Aug 19 20:31:33 2003
@@ -30,7 +30,7 @@
 	bool "Full ACPI Support"
 	depends on !X86_VISWS
 	depends on !IA64_HP_SIM
-	depends on IA64 || (X86 && ACPI_HT)
+	depends on IA64 || X86
 	default y
 	---help---
 	  Advanced Configuration and Power Interface (ACPI) support for 

  reply	other threads:[~2003-08-19 10:33 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-19  8:38 2.6.0-test3-mm3 Andrew Morton
2003-08-19  8:38 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:05 ` 2.6.0-test3-mm3 Dumitru Ciobarcianu
2003-08-19 10:17   ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:34     ` CaT [this message]
2003-08-19 10:09 ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:09   ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:23   ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:23     ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:34     ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:34       ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:51       ` 2.6.0-test3-mm3 Zwane Mwaikambo
2003-08-19 10:51         ` 2.6.0-test3-mm3 Zwane Mwaikambo
2003-08-19 14:30     ` 2.6.0-test3-mm3 Sam Ravnborg
2003-08-19 14:30       ` 2.6.0-test3-mm3 Sam Ravnborg
2003-08-19 13:25 ` 2.6.0-test3-mm3 Luiz Capitulino
2003-08-19 13:25   ` 2.6.0-test3-mm3 Luiz Capitulino
2003-08-19 18:32 ` 2.6.0-test3-mm3 Mike Fedyk
2003-08-19 18:32   ` 2.6.0-test3-mm3 Mike Fedyk
2003-08-19 21:10   ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 21:10     ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 21:19 ` [PATCH] Call security hook from pid*_revalidate Stephen Smalley
2003-08-19 21:22   ` Andrew Morton
2003-08-20 14:56     ` OGAWA Hirofumi
2003-08-21 20:36       ` Stephen Smalley
2003-08-21 21:39         ` Stephen Smalley
2003-08-21 22:18           ` Stephen Smalley
2003-08-22 14:47             ` OGAWA Hirofumi
2003-08-20  0:14 ` 2.6.0-test3-mm3 Diego Calleja García
2003-08-20  3:15 ` 2.6.0-test3-mm3 Jonathan Brown
2003-08-20  3:15   ` 2.6.0-test3-mm3 Jonathan Brown
2003-08-20  3:23   ` 2.6.0-test3-mm3 Andrew Morton
2003-08-20  3:23     ` 2.6.0-test3-mm3 Andrew Morton
2003-08-21 10:31   ` 2.6.0-test3-mm3 Christian Axelsson
2003-08-20  7:47 ` 2.6.0-test3-mm3 William Lee Irwin III
2003-08-20  7:47   ` 2.6.0-test3-mm3 William Lee Irwin III
2003-08-20  9:08 ` 2.6.0-test3-mm3 Gabor MICSKO
2003-08-20 10:54   ` 2.6.0-test3-mm3 Gabor MICSKO
2003-08-20 10:54     ` 2.6.0-test3-mm3 Gabor MICSKO
2003-08-20 20:53 ` 2.6.0-test3-mm3 Cliff White
2003-08-20 20:53   ` 2.6.0-test3-mm3 Cliff White
2003-08-22 22:24 ` 2.6.0-test3-mm3 Cliff White
2003-08-22 22:24   ` 2.6.0-test3-mm3 Cliff White

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=20030819103417.GU643@zip.com.au \
    --to=cat@zip.com.au \
    --cc=akpm@osdl.org \
    --cc=cioby@ines.ro \
    --cc=linux-acpi@unix-os.sc.intel.com \
    --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 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.