OSDN Git Service

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)
commit18a1d5e1945385d9b5adc3fe11427ce4a9d2826e
tree5641d31e6eb54d1eabb7f5b1e84fd5154f8f0273
parentd7da660cab47183cded65e11b64497d0f56c6edf
parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()

It's a followup to the previous commit f15309d7ad5d ("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: f15309d7ad5d ("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