From: Dipankar Sarma <dipankar@in.ibm.com>
To: andrea@suse.de
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.10pre12aa1 [PATCH]
Date: Thu, 20 Sep 2001 14:58:54 +0530 [thread overview]
Message-ID: <20010920145854.A10387@in.ibm.com> (raw)
In article <20010920094622.A729@athlon.random> Andrea Arcangeli wrote:
Hi Andrea,
Patch for 2.4.10pre12aa1 -
diff -uN sched.c.bad sched.c
--- sched.c.bad Thu Sep 20 14:34:43 2001
+++ sched.c Thu Sep 20 14:34:54 2001
@@ -1124,7 +1124,7 @@
int i;
// Subtract non-idle processes running on other CPUs.
- for (i = 0; i < smp_num_cpus; i++)
+ for (i = 0; i < smp_num_cpus; i++) {
if (cpu_curr(i) != logical_idle_task(i))
nr_pending--;
}
Thanks
Dipankar
--
Dipankar Sarma <dipankar@in.ibm.com> Project: http://lse.sourceforge.net
Linux Technology Center, IBM Software Lab, Bangalore, India.
reply other threads:[~2001-09-20 9:26 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=20010920145854.A10387@in.ibm.com \
--to=dipankar@in.ibm.com \
--cc=andrea@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox