]> www.infradead.org Git - users/willy/pagecache.git/commit
vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64
authorRamesh Thomas <ramesh.thomas@intel.com>
Tue, 10 Dec 2024 13:19:38 +0000 (05:19 -0800)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 6 Jan 2025 15:09:54 +0000 (08:09 -0700)
commitb44a06bd28f2732393c2019e3ae0e593ef76c867
treeaf403cd2ed3d541577861d0823d28e4c0c0f6ac8
parent2b938e3db335e3670475e31a722c2bee34748c5a
vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64

Remove the #ifdef iowrite64 and #ifdef ioread64 checks around calls to
64 bit IO access. Since default implementations have been enabled, the
checks are not required.

Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20241210131938.303500-3-ramesh.thomas@intel.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci_rdwr.c