Index: linux-2.6.9-ck1/kernel/sched.c
===================================================================
--- linux-2.6.9-ck1.orig/kernel/sched.c	2004-10-19 12:01:15.051152052 +1000
+++ linux-2.6.9-ck1/kernel/sched.c	2004-10-19 12:01:42.156935216 +1000
@@ -713,7 +713,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.9-ck1/mm/vmscan.c
===================================================================
--- linux-2.6.9-ck1.orig/mm/vmscan.c	2004-10-19 12:01:15.747043796 +1000
+++ linux-2.6.9-ck1/mm/vmscan.c	2004-10-19 12:01:42.158934904 +1000
@@ -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;
 

