From: William Lee Irwin III <wli@holomorphy.com>

kernel/sched.c: In function `rebalance_tick':
kernel/sched.c:1352: warning: declaration of `this_cpu' shadows a parameter



 25-akpm/kernel/sched.c |    3 ---
 1 files changed, 3 deletions(-)

diff -puN kernel/sched.c~sched-numa-warning-fix kernel/sched.c
--- 25/kernel/sched.c~sched-numa-warning-fix	Mon May  5 14:09:17 2003
+++ 25-akpm/kernel/sched.c	Mon May  5 14:09:17 2003
@@ -1347,9 +1347,6 @@ static void balance_node(runqueue_t *thi
 
 static void rebalance_tick(runqueue_t *this_rq, int this_cpu, int idle)
 {
-#ifdef CONFIG_NUMA
-	int this_cpu = smp_processor_id();
-#endif
 	unsigned long j = jiffies;
 
 	/*

_