Home
last modified time | relevance | path

Searched hist:"8 f01caf0" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dropes.h8f01caf0 Mon Aug 21 10:29:18 CDT 2023 Helge Deller <deller@gmx.de> 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>
/openbmc/linux/drivers/parisc/
H A Dlba_pci.c8f01caf0 Mon Aug 21 10:29:18 CDT 2023 Helge Deller <deller@gmx.de> 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>
H A Diosapic.c8f01caf0 Mon Aug 21 10:29:18 CDT 2023 Helge Deller <deller@gmx.de> 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>