From: "Martin J. Bligh" <mbligh@aracnet.com>
To: William Lee Irwin III <wli@holomorphy.com>
Cc: akpm@zip.com.au, linux-kernel@vger.kernel.org
Subject: Re: MAX_IO_APICS #ifdef'd wrongly
Date: Fri, 17 Jan 2003 07:53:41 -0800 [thread overview]
Message-ID: <224570000.1042818820@titus> (raw)
In-Reply-To: <20030117090031.GD940@holomorphy.com>
Summit needs this too, so it should really be CONFIG_NUMA at least.
Ideally this would go into subarch if we can move it cleanly (hint, hint ;-))
But other than that, yes ... I'll merge it.
Thanks,
M.
--On Friday, January 17, 2003 01:00:31 -0800 William Lee Irwin III <wli@holomorphy.com> wrote:
> CONFIG_X86_NUMA no longer exists. This changes the MAX_IO_APICS
> definition to 32, where it is required to be so large on NUMA-Q
> in order to boot.
>
>
> diff -urpN linux-2.5.59/include/asm-i386/apicdef.h ioapic-2.5.59/include/asm-i386/apicdef.h
> --- linux-2.5.59/include/asm-i386/apicdef.h 2003-01-16 18:22:15.000000000 -0800
> +++ ioapic-2.5.59/include/asm-i386/apicdef.h 2003-01-17 00:58:04.000000000 -0800
> @@ -115,7 +115,7 @@
>
> #define APIC_BASE (fix_to_virt(FIX_APIC_BASE))
>
> -#ifdef CONFIG_X86_NUMA
> +#ifdef CONFIG_X86_NUMAQ
> #define MAX_IO_APICS 32
> #else
> #define MAX_IO_APICS 8
>
>
next prev parent reply other threads:[~2003-01-17 15:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-17 9:00 MAX_IO_APICS #ifdef'd wrongly William Lee Irwin III
2003-01-17 15:53 ` Martin J. Bligh [this message]
2003-01-17 23:14 ` William Lee Irwin III
2003-01-18 0:52 ` Martin J. Bligh
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=224570000.1042818820@titus \
--to=mbligh@aracnet.com \
--cc=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=wli@holomorphy.com \
/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.