diff options
Diffstat (limited to 'drivers/s390/s390mach.c')
-rw-r--r-- | drivers/s390/s390mach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/s390mach.c b/drivers/s390/s390mach.c index 479364d0332a..e088b5e28711 100644 --- a/drivers/s390/s390mach.c +++ b/drivers/s390/s390mach.c | |||
@@ -208,7 +208,7 @@ s390_handle_mcck(void) | |||
208 | */ | 208 | */ |
209 | __ctl_clear_bit(14, 24); /* Disable WARNING MCH */ | 209 | __ctl_clear_bit(14, 24); /* Disable WARNING MCH */ |
210 | if (xchg(&mchchk_wng_posted, 1) == 0) | 210 | if (xchg(&mchchk_wng_posted, 1) == 0) |
211 | kill_proc(1, SIGPWR, 1); | 211 | kill_cad_pid(SIGPWR, 1); |
212 | } | 212 | } |
213 | #endif | 213 | #endif |
214 | 214 | ||