[PATCH] 2.5.43 s390 (5/6): cpu_online_map.

From: Martin Schwidefsky (schwidefsky@de.ibm.com)
Date: Wed Oct 16 2002 - 11:48:37 EST


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 */
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:29 EST