Re: [PATCH 24/26] riscv: use the generic ioremap code

From: Paul Walmsley
Date: Sat Aug 17 2019 - 17:22:17 EST


On Sat, 17 Aug 2019, Christoph Hellwig wrote:

> 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@xxxxxx>
> ---
> arch/riscv/Kconfig | 1 +
> arch/riscv/include/asm/io.h | 3 --
> arch/riscv/include/asm/pgtable.h | 6 +++
> arch/riscv/mm/Makefile | 1 -
> arch/riscv/mm/ioremap.c | 84 --------------------------------
> 5 files changed, 7 insertions(+), 88 deletions(-)
> delete mode 100644 arch/riscv/mm/ioremap.c

Reviewed-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx>
Tested-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx> # rv32, rv64 boot
Acked-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx> # arch/riscv


- Paul