diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-09-22 21:18:39 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-23 21:52:27 +0200 |
commit | 28a679ea60d0d16c3556f687bb2040559e92e932 (patch) | |
tree | 011e2d0e7dfa9fedb6e7dcfdd99e4cea2600e840 /drivers | |
parent | fdc5bebfb66bf0d261818c2df2b01c2a005791fe (diff) | |
download | linux-28a679ea60d0d16c3556f687bb2040559e92e932.tar.bz2 |
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 <arnd@arndb.de>
Acked-by: Helge Deller <deller@gmx.de>
Reported-by: Helge Deller <deller@gmx.de>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions