Looks like this bit fell out from mainline; required for CONFIG_NUMA
to compile and identical to mainline.
-- wli
diff -prauN mm8-2.5.69-1/kernel/sched.c mm8-2.5.69-2/kernel/sched.c
--- mm8-2.5.69-1/kernel/sched.c	2003-05-22 04:54:59.000000000 -0700
+++ mm8-2.5.69-2/kernel/sched.c	2003-05-22 07:35:01.000000000 -0700
@@ -1084,6 +1084,9 @@ static void balance_node(runqueue_t *thi
 
 static void rebalance_tick(runqueue_t *this_rq, int idle)
 {
+#ifdef CONFIG_NUMA
+	int this_cpu = smp_processor_id();
+#endif
 	unsigned long j = jiffies;
 
 	/*
-
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/