From: Jesse Barnes <jbarnes@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] bring ia64 nodes online properly
Date: Thu, 01 Apr 2004 21:28:12 +0000 [thread overview]
Message-ID: <200404011328.12544.jbarnes@sgi.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 205 bytes --]
Andi's libnuma exposed the fact that we don't bring nodes online properly as
we discover them in ia64. Here's a quick patch to fix that. Tested with
Andi's numademo program; seems to work fine.
Jesse
[-- Attachment #2: node-set-online.patch --]
[-- Type: text/plain, Size: 367 bytes --]
===== arch/ia64/kernel/acpi.c 1.65 vs edited =====
--- 1.65/arch/ia64/kernel/acpi.c Sat Mar 20 21:28:40 2004
+++ edited/arch/ia64/kernel/acpi.c Thu Apr 1 13:20:58 2004
@@ -455,6 +455,7 @@
for (i = 0; i < MAX_PXM_DOMAINS; i++) {
if (pxm_bit_test(i)) {
pxm_to_nid_map[i] = numnodes;
+ node_set_online(numnodes);
nid_to_pxm_map[numnodes++] = i;
}
}
reply other threads:[~2004-04-01 21:28 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=200404011328.12544.jbarnes@sgi.com \
--to=jbarnes@sgi.com \
--cc=linux-ia64@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