On Thu, Sep 22, 2022, at 9:18 PM, Linus Walleij wrote: > The parisc implements ioread64_lo_hi(), ioread64_hi_lo() > iowrite64_lo_hi() and iowrite64_hi_lo() while we already > have a perfectly working generic version in the generic > portable assembly in <linux/io-64-nonatomic-hi-lo.h>. > > Drop the custom versions in favor for the defaults. > > Fixes: 77bfc8bdb5a1 ("parisc: Remove 64bit access on 32bit machines") > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Acked-by: Helge Deller <deller@xxxxxx> > Reported-by: Helge Deller <deller@xxxxxx> > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > Arnd: please queue this on top of your pile in linux-arch > if it looks all right. Applied now, thanks! Arnd