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

Martin Schwidefsky (schwidefsky@de.ibm.com)
Wed, 16 Oct 2002 18:48:37 +0200


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/