mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 28/28] UML - Fix a compile warning
@ 2005-01-10  7:36 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2005-01-10  7:36 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, cw

An eliminated warning from Chris Wright.

Signed-off-by: Jeff Dike <jdike@addtoit.com>

Index: 2.6.10/arch/um/kernel/skas/process.c
===================================================================
--- 2.6.10.orig/arch/um/kernel/skas/process.c	2005-01-09 21:52:21.000000000 -0500
+++ 2.6.10/arch/um/kernel/skas/process.c	2005-01-09 21:57:49.000000000 -0500
@@ -92,6 +92,7 @@
 }
 
 /* Each element set once, and only accessed by a single processor anyway */
+#undef NR_CPUS
 #define NR_CPUS 1
 int userspace_pid[NR_CPUS];
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-10  5:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10  7:36 [PATCH 28/28] UML - Fix a compile warning Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome