diff options
Diffstat (limited to 'arch/s390/include/asm/sigp.h')
-rw-r--r-- | arch/s390/include/asm/sigp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/sigp.h b/arch/s390/include/asm/sigp.h index ec403d4304f8..0cc620a6a2cc 100644 --- a/arch/s390/include/asm/sigp.h +++ b/arch/s390/include/asm/sigp.h | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <asm/atomic.h> | 19 | #include <asm/atomic.h> |
20 | 20 | ||
21 | /* get real cpu address from logical cpu number */ | 21 | /* get real cpu address from logical cpu number */ |
22 | extern volatile int __cpu_logical_map[]; | 22 | extern int __cpu_logical_map[]; |
23 | 23 | ||
24 | typedef enum | 24 | typedef enum |
25 | { | 25 | { |