openrisc: map as uncached in ioremap
authorChristoph Hellwig <hch@lst.de>
Sat, 17 Aug 2019 07:32:32 +0000 (09:32 +0200)
committerStafford Horne <shorne@gmail.com>
Sat, 31 Aug 2019 02:57:53 +0000 (11:57 +0900)
commitf3b17320db25b4cdd50f0396b096644455357dac
treed1f009259f50bb779c19575fbfff425c3205ca22
parenteabe7e9a21a27c6124967169e5bfea5678af493f
openrisc: map as uncached in ioremap

Openrisc is the only architecture not mapping ioremap as uncached,
which has been the default since the Linux 2.6.x days.  Switch it
over to implement uncached semantics by default.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/include/asm/io.h
arch/openrisc/include/asm/pgtable.h
arch/openrisc/mm/ioremap.c