public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NUMA-Q xquad_portio declaration
@ 2002-08-05 23:53 Martin J. Bligh
  2002-08-06 14:04 ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Martin J. Bligh @ 2002-08-05 23:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

This patch is from Matt Dobson. It corrects the definition of
xquad_portio, getting rid of a compile warning.
Tested on NUMA-Q and std 2-way SMP system through LTP.

Please apply,

Martin.

diff -Nur linux-2.5.25-vanilla/arch/i386/boot/compressed/misc.c linux-2.5.25-patched/arch/i386/boot/compressed/misc.c
--- linux-2.5.25-vanilla/arch/i386/boot/compressed/misc.c	Fri Jul  5 16:42:31 2002
+++ linux-2.5.25-patched/arch/i386/boot/compressed/misc.c	Thu Jul 11 15:30:03 2002
@@ -121,7 +121,7 @@
 static int lines, cols;
 
 #ifdef CONFIG_MULTIQUAD
-static void * const xquad_portio = NULL;
+static void * xquad_portio = NULL;
 #endif
 
 #include "../../../../lib/inflate.c"


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-08-15 22:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-05 23:53 [PATCH] NUMA-Q xquad_portio declaration Martin J. Bligh
2002-08-06 14:04 ` Alan Cox
2002-08-06 13:47   ` Martin J. Bligh
2002-08-06 16:05     ` Alan Cox
2002-08-06 15:06       ` Martin J. Bligh
2002-08-06 17:54         ` Alan Cox
2002-08-06 17:23           ` Martin J. Bligh
2002-08-15 22:48             ` Matthew Dobson

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