commit | f3b17320db25b4cdd50f0396b096644455357dac | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Aug 17 09:32:32 2019 +0200 |
committer | Stafford Horne <shorne@gmail.com> | Sat Aug 31 11:57:53 2019 +0900 |
tree | d1f009259f50bb779c19575fbfff425c3205ca22 | |
parent | eabe7e9a21a27c6124967169e5bfea5678af493f [diff] |
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>