]> Git Repo - linux.git/commit
parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo]
authorLinus Walleij <[email protected]>
Thu, 22 Sep 2022 19:18:39 +0000 (21:18 +0200)
committerArnd Bergmann <[email protected]>
Fri, 23 Sep 2022 19:52:27 +0000 (21:52 +0200)
commit28a679ea60d0d16c3556f687bb2040559e92e932
tree011e2d0e7dfa9fedb6e7dcfdd99e4cea2600e840
parentfdc5bebfb66bf0d261818c2df2b01c2a005791fe
parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo]

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 <[email protected]>
Acked-by: Helge Deller <[email protected]>
Reported-by: Helge Deller <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
arch/parisc/lib/iomap.c
This page took 0.044107 seconds and 4 git commands to generate.