[PATCH] Fix NUMA scheduler problem after interactivity merge

From: Martin J. Bligh (mbligh@aracnet.com)
Date: Fri Mar 07 2003 - 02:09:20 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:35 EST