]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qdio: fill SL with absolute addresses
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 10 Feb 2020 09:48:11 +0000 (10:48 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 19 Feb 2020 16:26:32 +0000 (17:26 +0100)
commitc247ebd62f6393e8a5cf047d2dcc6372e2befa51
treed71362ea8a443123ec20874bea2cce7dc1c8d88c
parent3d44caac5d48d7bb3f1f24a1e70fe8c8ee71201b
s390/qdio: fill SL with absolute addresses

As the comment says, sl->sbal holds an absolute address. qeth currently
solves this through wild casting, while zfcp doesn't care.

Handle this properly in the code that actually builds the SL.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Reviewed-by: Steffen Maier <maier@linux.ibm.com> [for qdio]
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/qdio.h
drivers/s390/cio/qdio_setup.c
drivers/s390/net/qeth_core_main.c