Change the compromoise rr_interval from the 8ms compromise value to one
more closely tuned to human perception of just below 7ms for optimum desktop
experience at slight expense to throughput.

Signed-off-by: Con Kolivas <kernel@kolivas.org>

---
 kernel/sched.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.22-rc4-ck1/kernel/sched.c
===================================================================
--- linux-2.6.22-rc4-ck1.orig/kernel/sched.c	2007-06-10 21:59:54.000000000 +1000
+++ linux-2.6.22-rc4-ck1/kernel/sched.c	2007-06-10 21:59:58.000000000 +1000
@@ -101,7 +101,7 @@ unsigned long long __attribute__((weak))
  * Value is in ms and set to a minimum of 10ms. Scales with number of cpus.
  * Tunable via /proc interface.
  */
-int rr_interval __read_mostly = 10;
+int rr_interval __read_mostly = 6;
 int sched_interactive __read_mostly = 1;
 
 /*
