parisc: Avoid ioremap() for same addresss in iosapic_register()
authorHelge Deller <deller@gmx.de>
Mon, 21 Aug 2023 15:29:18 +0000 (17:29 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 22 Aug 2023 08:24:47 +0000 (10:24 +0200)
commit8f01caf0c5c14b2dc086c766cf5321fbcdc40bd1
tree6371d5b0841e6a8d559f9356ddcc175cdae512c8
parent98a9d5f07edfe60a6e6f9ffac1779dca39f415d5
parisc: Avoid ioremap() for same addresss in iosapic_register()

The LBA has already called ioremap() to get it's virtual address,
which can be used for the IOSAPIC as well.
Avoid calling ioremap() again and just reuse the correct
iomem address for the IOSAPIC.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/ropes.h
drivers/parisc/iosapic.c
drivers/parisc/lba_pci.c