]> git.baikalelectronics.ru Git - kernel.git/commit
sh: move the ioremap implementation out of line
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Jul 2020 12:18:51 +0000 (14:18 +0200)
committerRich Felker <dalias@libc.org>
Sat, 15 Aug 2020 02:05:15 +0000 (22:05 -0400)
commit6f813c7adcd824cc28844641dbbaa6e98d976959
tree4d5d6ebb959a02d29f91753442c7a28cc2ac597b
parent7deee86e6b15d371c06ebcf8bf0bb344cea9bda3
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>
arch/sh/include/asm/io.h
arch/sh/mm/ioremap.c