Index: linux-2.6.10-ck1/kernel/sched.c
===================================================================
--- linux-2.6.10-ck1.orig/kernel/sched.c	2004-12-25 11:21:43.227702552 +1100
+++ linux-2.6.10-ck1/kernel/sched.c	2004-12-25 11:28:13.146241000 +1100
@@ -580,7 +580,7 @@ static unsigned int slice(task_t *p)
 /*
  * sched_interactive - sysctl which allows interactive tasks to have bursts
  */
-int sched_interactive = 1;
+int sched_interactive = 0;
 
 /*
  * effective_prio - dynamic priority dependent on burst.
Index: linux-2.6.10-ck1/mm/vmscan.c
===================================================================
--- linux-2.6.10-ck1.orig/mm/vmscan.c	2004-12-25 11:28:10.176711732 +1100
+++ linux-2.6.10-ck1/mm/vmscan.c	2004-12-25 11:28:13.147240842 +1100
@@ -116,7 +116,7 @@ struct shrinker {
 #define prefetchw_prev_lru_page(_page, _base, _field) do { } while (0)
 #endif
 
-int vm_mapped = 66;
+int vm_mapped = 0;
 int vm_hardmaplimit = 0;
 static long total_memory;
 

