OSDN Git Service

s390/qdio: remove unused sync-after-IRQ infrastructure
authorJulian Wiedmann <jwi@linux.ibm.com>
Tue, 23 Mar 2021 22:43:02 +0000 (23:43 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 18 Aug 2021 08:01:28 +0000 (10:01 +0200)
commite2af48df5cc6bd6327697af44cc3f0d5e88611a2
tree34ad5d1bfb5c9bde7cfc18df42bd06218d7ccef3
parenteade5f61a56f7589ebc5d321bfa2fdf349552e45
s390/qdio: remove unused sync-after-IRQ infrastructure

The queue processing is fully decoupled from any preceding interrupt,
so we're no longer making any use of the sync-after-IRQ HW capabilities.

And as SIGA-sync is a legacy feature, there's also not much point in
re-designing the driver & qdio-layer code just so that we can
potentially avoid a few syncs. So just remove all the leftover code.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/cio/qdio.h
drivers/s390/cio/qdio_setup.c