]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0200bd0c18705684b32f1fc78a748c5202d784f
treeafbb3b61af8b621ff2799ce176549073bce9a277
parent6b0efa41e78cae4a46839b7926a823e0e04d74e5
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]