Re: [PATCH 2/5] RISC-V: Use swiotlb on RV64 only

2018-09-20 Thread Christoph Hellwig
On Tue, Sep 18, 2018 at 05:19:14PM +0800, Zong Li wrote: > Only RV64 supports swiotlb. > > Signed-off-by: Zong Li Reviewed-by: Christoph Hellwig

[PATCH 2/5] RISC-V: Use swiotlb on RV64 only

2018-09-18 Thread Zong Li
Only RV64 supports swiotlb. Signed-off-by: Zong Li --- arch/riscv/kernel/setup.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/riscv/kernel/setup.c b/arch/riscv/kernel/setup.c index aee6031..872a280 100644 --- a/arch/riscv/kernel/setup.c +++ b/arch/riscv/kernel/setup.c @@ -227,7 +2