mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.5.43 s390 (5/6): cpu_online_map.
@ 2002-10-16 16:48 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-10-16 16:48 UTC (permalink / raw)
  To: linux-kernel, torvalds

Add volatile to extern declaration of cpu_possible_map.

diff -urN linux-2.5.43/include/asm-s390/smp.h linux-2.5.43-s390/include/asm-s390/smp.h
--- linux-2.5.43/include/asm-s390/smp.h	Wed Oct 16 05:28:22 2002
+++ linux-2.5.43-s390/include/asm-s390/smp.h	Wed Oct 16 17:54:22 2002
@@ -29,7 +29,7 @@
 } sigp_info;
 
 extern volatile unsigned long cpu_online_map;
-extern unsigned long cpu_possible_map;
+extern volatile unsigned long cpu_possible_map;
 
 #define NO_PROC_ID		0xFF		/* No processor magic marker */
 


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

only message in thread, other threads:[~2002-10-16 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-16 16:48 [PATCH] 2.5.43 s390 (5/6): cpu_online_map Martin Schwidefsky

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

all inboxes | Powered by JetHome®