From: Jeff Garzik <jgarzik@pobox.com>
To: Zwane Mwaikambo <zwane@linuxpower.ca>
Cc: torvalds@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [patch] fix ioapic build breakage
Date: Wed, 20 Aug 2003 20:35:39 -0400 [thread overview]
Message-ID: <3F4413DB.4060106@pobox.com> (raw)
In-Reply-To: <Pine.LNX.4.53.0308202026030.17457@montezuma.mastecende.com>
Zwane Mwaikambo wrote:
> On Wed, 20 Aug 2003, Jeff Garzik wrote:
>
>
>>
>>===== arch/i386/kernel/setup.c 1.92 vs edited =====
>>--- 1.92/arch/i386/kernel/setup.c Tue Aug 19 16:01:09 2003
>>+++ edited/arch/i386/kernel/setup.c Wed Aug 20 18:15:34 2003
>>@@ -543,11 +543,13 @@
>> if (!acpi_force) acpi_disabled = 1;
>> }
>>
>>+#ifdef CONFIG_X86_LOCAL_APIC
>> /* disable IO-APIC */
>> else if (!memcmp(from, "noapic", 6)) {
>> skip_ioapic_setup = 1;
>> }
>>-#endif
>>+#endif /* CONFIG_X86_LOCAL_APIC */
>>+#endif /* CONFIG_ACPI_BOOT */
>
>
> Shouldn't that be CONFIG_X86_IO_APIC ?
If so, other code wants changing, too...
Jeff
prev parent reply other threads:[~2003-08-21 0:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-20 22:17 [patch] fix ioapic build breakage Jeff Garzik
2003-08-20 23:00 ` Alex Goddard
2003-08-21 0:27 ` Zwane Mwaikambo
2003-08-21 0:35 ` Jeff Garzik [this message]
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=3F4413DB.4060106@pobox.com \
--to=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
--cc=zwane@linuxpower.ca \
/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.