* Re: 2.4.10pre12aa1 [PATCH]
@ 2001-09-20 9:28 Dipankar Sarma
0 siblings, 0 replies; only message in thread
From: Dipankar Sarma @ 2001-09-20 9:28 UTC (permalink / raw)
To: andrea; +Cc: linux-kernel
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-09-20 9:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-20 9:28 2.4.10pre12aa1 [PATCH] Dipankar Sarma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox