commit | d257b8fe173a4b22ca32780a6e65b075a3b88301 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Apr 16 17:00:10 2020 +0200 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Sun Apr 19 16:12:31 2020 +0200 |
tree | afbb3b61af8b621ff2799ce176549073bce9a277 | |
parent | 8e487c153c302a4cf274c1645c705ad6f551f138 [diff] |
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>