All of lore.kernel.org
 help / color / mirror / Atom feed
From: achew <achew@nvidia.com>
To: linux-kernel@vger.kernel.org
Cc: ak@suse.de
Subject: [PATCH 2.6.9-rc1] mpspec.h (x86_64)
Date: Tue, 24 Aug 2004 16:47:03 -0700	[thread overview]
Message-ID: <412BD377.60601@nvidia.com> (raw)

MAX_MP_BUSSES needs to be increased to support some MP systems.

This patch increases it to the maximum addressable range, given the 8-bit bus ID field of MP table bus entries.
Derived from mpspec.h from the 2.4-series kernel.


--- linux-2.6.9-rc1/include/asm-x86_64/mpspec.h	2004-08-13 22:36:57.000000000 -0700
+++ linux/include/asm-x86_64/mpspec.h	2004-08-24 16:29:37.193956560 -0700
@@ -156,8 +156,8 @@
  *	7	2 CPU MCA+PCI
  */
 
-#define MAX_IRQ_SOURCES 256
-#define MAX_MP_BUSSES 32
+#define MAX_MP_BUSSES 257
+#define MAX_IRQ_SOURCES (MAX_MP_BUSSES*4)
 enum mp_bustype {
 	MP_BUS_ISA = 1,
 	MP_BUS_EISA,



                 reply	other threads:[~2004-08-24 23:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=412BD377.60601@nvidia.com \
    --to=achew@nvidia.com \
    --cc=ak@suse.de \
    --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.