On Tue, Dec 10, 2024 at 05:19:38AM -0800, Ramesh Thomas wrote: > 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@xxxxxxxxx> > --- > drivers/vfio/pci/vfio_pci_rdwr.c | 12 ------------ > 1 file changed, 12 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason