]> 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)
commitc3ee965ff53e105890be4ff88dd0920aef893b0a
tree4d5d6ebb959a02d29f91753442c7a28cc2ac597b
parent951ddaff391e04693041b2caa250f7fcdefc5a30
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