commit | 13f1fc870dd747131f21ba6f20dc0d81cc5d4474 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 14 14:18:51 2020 +0200 |
committer | Rich Felker <dalias@libc.org> | Fri Aug 14 22:05:15 2020 -0400 |
tree | 4d5d6ebb959a02d29f91753442c7a28cc2ac597b | |
parent | 3eef6b74d9fecf18b03db26584cc66928972a60b [diff] |
sh: move the ioremap implementation out of line Move the internal implementation details of ioremap out of line, no need to expose any of this to drivers for a slow path API. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Rich Felker <dalias@libc.org>