]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/pci: Add missing virt_to_phys() for directed DIBV
authorNiklas Schnelle <schnelle@linux.ibm.com>
Tue, 11 Jun 2024 12:06:31 +0000 (14:06 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 17 Jun 2024 19:49:01 +0000 (21:49 +0200)
commit4181b51c38875de9f6f11248fa0bcf3246c19c82
tree7460a1148915f3104928360062d52c133682d2a1
parent693d41f7c938f92d881e6a51525e6c132a186afd
s390/pci: Add missing virt_to_phys() for directed DIBV

In commit 4e4dc65ab578 ("s390/pci: use phys_to_virt() for AIBVs/DIBVs")
the setting of dibv_addr was missed when adding virt_to_phys(). This
only affects systems with directed interrupt delivery enabled which are
not generally available.

Fixes: 4e4dc65ab578 ("s390/pci: use phys_to_virt() for AIBVs/DIBVs")
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/pci/pci_irq.c