From: Ashok Raj <ashok.raj@intel.com>
To: pj@sgi.com
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: cpumask cleanup patches dont build
Date: Thu, 6 May 2004 14:13:13 -0700 [thread overview]
Message-ID: <20040506141312.A14209@unix-os.sc.intel.com> (raw)
Hi Paul
Appears that some changes are still missed.
i ran into sched.c the following seems to fix it
---
linux-2.6.6-rc3-mm2-root/kernel/sched.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN kernel/sched.c~pj_cpus_complement kernel/sched.c
--- linux-2.6.6-rc3-mm2/kernel/sched.c~pj_cpus_complement 2004-05-06 14:03:14.853689716 -0700
+++ linux-2.6.6-rc3-mm2-root/kernel/sched.c 2004-05-06 14:09:40.786504501 -0700
@@ -3666,7 +3666,7 @@ static void migrate_all_tasks(int src_cp
dest_cpu = any_online_cpu(tsk->cpus_allowed);
if (dest_cpu == NR_CPUS) {
cpus_clear(tsk->cpus_allowed);
- cpus_complement(tsk->cpus_allowed);
+ cpus_complement(tsk->cpus_allowed, tsk->cpus_allowed);
dest_cpu = any_online_cpu(tsk->cpus_allowed);
/* Don't tell them about moving exiting tasks
next reply other threads:[~2004-05-06 21:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-06 21:13 Ashok Raj [this message]
2004-05-06 22:02 ` cpumask cleanup patches dont build Paul Jackson
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=20040506141312.A14209@unix-os.sc.intel.com \
--to=ashok.raj@intel.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pj@sgi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox