commit | 38af57825313f6c9404b42c4e4fa22311f60383a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 13 11:27:56 2019 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon Nov 11 21:18:20 2019 +0100 |
tree | 024d79648181663339e4a8d521ef7f561cacb2f2 | |
parent | 80b0ca98f91ddbc09828aff5a00af1c73837713e [diff] |
riscv: use the generic ioremap code Use the generic ioremap code instead of providing a local version. Note that this relies on the asm-generic no-op definition of pgprot_noncached. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Paul Walmsley <paul.walmsley@sifive.com> Tested-by: Paul Walmsley <paul.walmsley@sifive.com> # rv32, rv64 boot Acked-by: Paul Walmsley <paul.walmsley@sifive.com> # arch/riscv