]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit72b3ebc85e3f99d02a7969e89d902e237aae8ee2
treed1f009259f50bb779c19575fbfff425c3205ca22
parent767c5b027093059cb3af915e622d176900090dd9
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