Home
last modified time | relevance | path

Searched hist:c2ab7282f0fcd11eea4d0ba45d1c65d89428c314 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dsclp.cdiff c2ab7282f0fcd11eea4d0ba45d1c65d89428c314 Thu Jan 07 06:37:22 CST 2016 Heiko Carstens <heiko.carstens@de.ibm.com> s390/sclp: fix possible control register corruption

sclp_sync_wait() disables all external interrupt classes except for
the service signal subclass.

The static mask used for that however is wrong. It clears a couple of
bits which shouldn't be cleared and on the other hand potentially does
not clear bits which should be cleared.

Fix this by using the same generic mask like we do it in our delay
implementation.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Reviewed-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>