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)
commite9091ffd6a0aaced111b5d6ead5eaab5cd7101bc
treed71362ea8a443123ec20874bea2cce7dc1c8d88c
parent140588bfed2727e9a4814211617a79401d74922f
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