From: Rusty Russell <rusty@rustcorp.com.au>
To: linux-kernel@vger.kernel.org, mingo@redhat.com
Subject: [PATCH] Minor scheduler comment fix
Date: Tue, 06 Aug 2002 12:08:53 +1000 [thread overview]
Message-ID: <20020806021340.453A6413C@lists.samba.org> (raw)
I find the "pulling" threads comment for the migration thread
misleading: the migration thread is running on the source CPU, not the
target.
Ingo?
Rusty.
diff -urpN -I '\$.*\$' --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.5.30/kernel/sched.c working-2.5.30-comment/kernel/sched.c
--- linux-2.5.30/kernel/sched.c 2002-08-02 11:15:10.000000000 +1000
+++ working-2.5.30-comment/kernel/sched.c 2002-08-06 12:06:08.000000000 +1000
@@ -1959,7 +1959,8 @@ out:
/*
* migration_thread - this is a highprio system thread that performs
- * thread migration by 'pulling' threads into the target runqueue.
+ * thread migration by bumping the process off this cpu and then
+ * pushing it onto the new runqueue.
*/
static int migration_thread(void * data)
{
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
reply other threads:[~2002-08-06 2:08 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=20020806021340.453A6413C@lists.samba.org \
--to=rusty@rustcorp.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.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
all inboxes | Powered by JetHome®