]> git.ipfire.org Git - thirdparty/linux.git/commit
riscv: Remove redundant restriction on memory size
authorStuart Menefy <stuart.menefy@codasip.com>
Mon, 24 Jun 2024 12:17:23 +0000 (13:17 +0100)
committerPalmer Dabbelt <palmer@rivosinc.com>
Sat, 14 Sep 2024 08:08:56 +0000 (01:08 -0700)
commitd6a1928134a1c626ff369129d7a80951b2949a48
treecd2e84124c0782b2983a2c1bd339261aecafef8b
parent7587a3602bf2f12e798ea955b17521948ddb56a5
riscv: Remove redundant restriction on memory size

The original reason for reserving the top 4GiB of the direct map
(space for modules/BPF/kernel) hasn't applied since the address
map was reworked for KASAN.

Signed-off-by: Stuart Menefy <stuart.menefy@codasip.com>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20240624121723.2186279-1-stuart.menefy@codasip.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/mm/init.c