From: Jes Sorensen <jes@wildopensource.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
Jesse Barnes <jbarnes@sgi.com>
Subject: Re: 2.6.1-mm3
Date: 14 Jan 2004 07:27:34 -0500 [thread overview]
Message-ID: <yq04quyr9zd.fsf@wildopensource.com> (raw)
In-Reply-To: <20040114014846.78e1a31b.akpm@osdl.org>
Hi Andrew,
Tiny patch to make -mm3 compile on an NUMA box with NR_CPUS >
BITS_PER_LONG.
Cheers,
Jes
--- old/kernel/sched.c~ Wed Jan 14 02:59:53 2004
+++ new/kernel/sched.c Wed Jan 14 03:18:28 2004
@@ -3249,7 +3249,7 @@
for_each_cpu_mask(j, node->cpumask) {
struct sched_group *cpu = &sched_group_cpus[j];
- cpu->cpumask = CPU_MASK_NONE;
+ cpus_clear(cpu->cpumask);
cpu_set(j, cpu->cpumask);
printk(KERN_INFO "CPU%d\n", j);
WARNING: multiple messages have this Message-ID (diff)
From: Jes Sorensen <jes@wildopensource.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
Jesse Barnes <jbarnes@sgi.com>
Subject: Re: 2.6.1-mm3
Date: 14 Jan 2004 07:27:34 -0500 [thread overview]
Message-ID: <yq04quyr9zd.fsf@wildopensource.com> (raw)
In-Reply-To: <20040114014846.78e1a31b.akpm@osdl.org>
Hi Andrew,
Tiny patch to make -mm3 compile on an NUMA box with NR_CPUS >
BITS_PER_LONG.
Cheers,
Jes
--- old/kernel/sched.c~ Wed Jan 14 02:59:53 2004
+++ new/kernel/sched.c Wed Jan 14 03:18:28 2004
@@ -3249,7 +3249,7 @@
for_each_cpu_mask(j, node->cpumask) {
struct sched_group *cpu = &sched_group_cpus[j];
- cpu->cpumask = CPU_MASK_NONE;
+ cpus_clear(cpu->cpumask);
cpu_set(j, cpu->cpumask);
printk(KERN_INFO "CPU%d\n", j);
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2004-01-14 12:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-14 9:48 2.6.1-mm3 Andrew Morton
2004-01-14 9:48 ` 2.6.1-mm3 Andrew Morton
2004-01-14 12:27 ` Jes Sorensen [this message]
2004-01-14 12:27 ` 2.6.1-mm3 Jes Sorensen
2004-01-14 13:06 ` 2.6.1-mm3 Dmitry Torokhov
2004-01-14 13:06 ` 2.6.1-mm3 Dmitry Torokhov
2004-01-14 14:23 ` 2.6.1-mm3 sound oops Helge Hafting
2004-01-14 16:04 ` 2.6.1-mm3 (compile stats) John Cherry
2004-01-14 16:04 ` John Cherry
2004-01-14 19:11 ` 2.6.1-mm3 Thomas Schlichter
2004-01-14 19:11 ` 2.6.1-mm3 Thomas Schlichter
2004-01-14 19:12 ` 2.6.1-mm3 Thomas Schlichter
2004-01-14 19:12 ` 2.6.1-mm3 Thomas Schlichter
2004-01-14 19:12 ` 2.6.1-mm3 Thomas Schlichter
2004-01-15 1:47 ` 2.6.1-mm3 Roberto Sanchez
2004-01-15 2:39 ` 2.6.1-mm3 Nick Piggin
2004-01-15 2:39 ` 2.6.1-mm3 Nick Piggin
-- strict thread matches above, loose matches on Subject: below --
2004-01-15 14:31 2.6.1-mm3 Andreas Jellinghaus
2004-01-15 23:01 ` 2.6.1-mm3 Greg KH
2004-01-16 10:04 ` 2.6.1-mm3 Andreas Jellinghaus
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=yq04quyr9zd.fsf@wildopensource.com \
--to=jes@wildopensource.com \
--cc=akpm@osdl.org \
--cc=jbarnes@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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.