riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabled
authorDawei Li <dawei.li@shingroup.cn>
Wed, 20 Mar 2024 06:47:11 +0000 (14:47 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Tue, 30 Apr 2024 17:35:43 +0000 (10:35 -0700)
commit13953e381ae2891d1699a73c20e8e7fa31699426
treea5bfba1752b7312f953578428460bd558c4768b3
parent4202f62cb64b8a04782435f1006c322af2d2619b
riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabled

IS_ENABLED(CONFIG_64BIT) in initialization of pgtable_l{4,5}_enabled is
redundant, remove it.

Signed-off-by: Dawei Li <dawei.li@shingroup.cn>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20240320064712.442579-2-dawei.li@shingroup.cn
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/mm/init.c