riscv: mm: fix wrong phys_ram_base value for RV64
authorJisheng Zhang <jszhang@kernel.org>
Thu, 2 Dec 2021 15:36:41 +0000 (23:36 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Sun, 9 Jan 2022 21:51:48 +0000 (13:51 -0800)
commitb0fd4b1bf995172b9efcee23600d4f69571c321c
treeb2b387e9cafa5e9053297f6ffa94d31ba9dfaadf
parent869c70609248102f3a2e95a39b6233ff6ea2c932
riscv: mm: fix wrong phys_ram_base value for RV64

Currently, if 64BIT and !XIP_KERNEL, the phys_ram_base is always 0,
no matter the real start of dram reported by memblock is.

Fixes: 6d7f91d914bc ("riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion")
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Reviewed-by: Alexandre Ghiti <alex@ghiti.fr>
Cc: stable@vger.kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/mm/init.c