]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 7 Feb 2022 15:16:39 +0000 (17:16 +0200)
committerHelge Deller <deller@gmx.de>
Mon, 7 Feb 2022 15:33:31 +0000 (16:33 +0100)
commit46057fec6fbadd139a62d1837a947f4b93615b37
tree5641d31e6eb54d1eabb7f5b1e84fd5154f8f0273
parent82eac35c0653d208cb3e4108a0371e05c03b930c
parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()

It's a followup to the previous commit d992271b6bf9 ("parisc: Add
ioread64_hi_lo() and iowrite64_hi_lo()") which does only half of
the job. Add the rest, so we won't get a new kernel test robot
reports.

Fixes: d992271b6bf9 ("parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/lib/iomap.c