linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix NUMA scheduler problem after interactivity merge
@ 2003-03-07  7:09 Martin J. Bligh
  0 siblings, 0 replies; only message in thread
From: Martin J. Bligh @ 2003-03-07  7:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

NODE_THRESHOLD got accidentally dropped in the interactive scheduler
changes merge. This puts it back.

Please apply,

M.

--- 2.5.64-bk/kernel/sched.c.old	2003-03-06 22:22:43.000000000 -0800
+++ 2.5.64-bk/kernel/sched.c	2003-03-06 22:23:41.000000000 -0800
@@ -67,6 +67,7 @@
 #define INTERACTIVE_DELTA	2
 #define MAX_SLEEP_AVG		(10*HZ)
 #define STARVATION_LIMIT	(10*HZ)
+#define NODE_THRESHOLD		125
 
 /*
  * If a task is 'interactive' then we reinsert it in the active




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-07  6:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-07  7:09 [PATCH] Fix NUMA scheduler problem after interactivity merge Martin J. Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).