
From: Jeff Dike <jdike@addtoit.com>

An eliminated warning from Chris Wright.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/um/kernel/skas/process.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN arch/um/kernel/skas/process.c~uml-fix-a-compile-warning arch/um/kernel/skas/process.c
--- 25/arch/um/kernel/skas/process.c~uml-fix-a-compile-warning	2005-01-09 23:44:27.115041376 -0800
+++ 25-akpm/arch/um/kernel/skas/process.c	2005-01-09 23:44:27.118040920 -0800
@@ -92,6 +92,7 @@ static int userspace_tramp(void *arg)
 }
 
 /* Each element set once, and only accessed by a single processor anyway */
+#undef NR_CPUS
 #define NR_CPUS 1
 int userspace_pid[NR_CPUS];
 
_
