diff options
Diffstat (limited to 'include/asm-s390/smp.h')
-rw-r--r-- | include/asm-s390/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/smp.h b/include/asm-s390/smp.h index 2d9e15367c07..b957e4cda464 100644 --- a/include/asm-s390/smp.h +++ b/include/asm-s390/smp.h | |||
@@ -110,7 +110,7 @@ smp_call_function_on(void (*func) (void *info), void *info, | |||
110 | static inline void smp_send_stop(void) | 110 | static inline void smp_send_stop(void) |
111 | { | 111 | { |
112 | /* Disable all interrupts/machine checks */ | 112 | /* Disable all interrupts/machine checks */ |
113 | __load_psw_mask(PSW_KERNEL_BITS & ~PSW_MASK_MCHECK); | 113 | __load_psw_mask(psw_kernel_bits & ~PSW_MASK_MCHECK); |
114 | } | 114 | } |
115 | 115 | ||
116 | #define smp_cpu_not_running(cpu) 1 | 116 | #define smp_cpu_not_running(cpu) 1 |