diff options
author | Alexander Egorenkov <egorenar@linux.ibm.com> | 2023-01-27 14:52:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-09 11:28:16 +0100 |
commit | be606481eb3337203d430dd14bade44b9b2c3b57 (patch) | |
tree | ca3231acfce93a5ba03fa1256ad860cbe7dc3bec /drivers/watchdog/pc87413_wdt.c | |
parent | f3d786285f4c86843c254f9e1c07bf6b26702fcc (diff) | |
download | linux-be606481eb3337203d430dd14bade44b9b2c3b57.tar.gz linux-be606481eb3337203d430dd14bade44b9b2c3b57.tar.bz2 linux-be606481eb3337203d430dd14bade44b9b2c3b57.zip |
watchdog: diag288_wdt: fix __diag288() inline assembly
commit 32e40f9506b9e32917eb73154f93037b443124d1 upstream.
The DIAG 288 statement consumes an EBCDIC string the address of which is
passed in a register. Use a "memory" clobber to tell the compiler that
memory is accessed within the inline assembly.
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/watchdog/pc87413_wdt.c')
0 files changed, 0 insertions, 0 deletions