acrn-kernel/arch/s390/pci
Jason Gunthorpe 11277d1892 s390: use the correct count for __iowrite64_copy()
[ Upstream commit 723a2cc8d69d4342b47dfddbfe6c19f1b135f09b ]

The signature for __iowrite64_copy() requires the number of 64 bit
quantities, not bytes. Multiple by 8 to get to a byte length before
invoking zpci_memcpy_toio()

Fixes: 87bc359b98 ("s390/pci: speed up __iowrite64_copy by using pci store block insn")
Acked-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/0-v1-9223d11a7662+1d7785-s390_iowrite64_jgg@nvidia.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-01 13:26:37 +01:00
..
Makefile
pci.c s390: use the correct count for __iowrite64_copy() 2024-03-01 13:26:37 +01:00
pci_bus.c
pci_bus.h
pci_clp.c
pci_debug.c
pci_dma.c s390/pci: fix iommu bitmap allocation 2023-10-25 12:03:15 +02:00
pci_event.c
pci_insn.c
pci_iov.c
pci_iov.h
pci_irq.c
pci_kvm_hook.c
pci_mmio.c s390/pci: fix max size calculation in zpci_memcpy_toio() 2024-01-25 15:27:49 -08:00
pci_sysfs.c