x86: Clean up ioremap()
authorChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2019 21:35:59 +0000 (23:35 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2019 16:19:49 +0000 (17:19 +0100)
commitc0d94aa54bd893bd41ca35e2a2de332742bb167d
tree1c5615ae9a6b0822b641d445e60beaf14abad704
parenta1fd79ad0d906b736228684f5040a637de86d2b2
x86: Clean up ioremap()

Use ioremap() as the main implemented function, and defines
ioremap_nocache() as a deprecated alias of ioremap() in
preparation of removing ioremap_nocache() entirely.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/io.h
arch/x86/mm/ioremap.c
arch/x86/mm/pageattr.c