MIPS: move ioremap_prot und iounmap out of line
authorChristoph Hellwig <hch@lst.de>
Thu, 16 Apr 2020 15:00:10 +0000 (17:00 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 19 Apr 2020 14:12:31 +0000 (16:12 +0200)
commitd257b8fe173a4b22ca32780a6e65b075a3b88301
treeafbb3b61af8b621ff2799ce176549073bce9a277
parent8e487c153c302a4cf274c1645c705ad6f551f138
MIPS: move ioremap_prot und iounmap out of line

Neither of these interfaces is anywhere near the fast path.  Move them
out of line and avoid exposing implementation details to the drivers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/io.h
arch/mips/mm/Makefile
arch/mips/mm/ioremap.c
arch/mips/mm/ioremap64.c [new file with mode: 0644]