RE: [PATCH 5/7] ntb: ntb_hw_intel: remove ioread64 and iowrite64 hacks

2017-06-22 Thread Jiang, Dave
..@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; linux-crypto@vger.kernel.org; > dri-de...@lists.freedesktop.org > Cc: Arnd Bergmann ; Greg Kroah-Hartman > ; Stephen Bates ; > Logan Gunthorpe ; Jon Mason ; Jiang, > Dave ; Allen Hubbe > > Subject: [PATCH 5/7] ntb: n

[PATCH 5/7] ntb: ntb_hw_intel: remove ioread64 and iowrite64 hacks

2017-06-22 Thread Logan Gunthorpe
Now that ioread64 and iowrite64 are available generically we can remove the hack at the top of ntb_hw_intel.c that patches them in when they are not available. Signed-off-by: Logan Gunthorpe Cc: Jon Mason Cc: Dave Jiang Cc: Allen Hubbe --- drivers/ntb/hw/intel/ntb_hw_intel.c | 30