Skip to content
Commit 10e5bba8 authored by Alexandre Ghiti's avatar Alexandre Ghiti Committed by Guo Ren
Browse files

riscv: Get rid of MAXPHYSMEM configs



CONFIG_MAXPHYSMEM_* were actually never used, even the nommu defconfigs
selecting the MAXPHYSMEM_2GB had no effects on PAGE_OFFSET since it was
preempted by !MMU case right before.

In addition, I suspect that commit 2bfc6cd8 ("riscv: Move kernel
mapping outside of linear mapping") which moved the kernel to
0xffffffff80000000 broke the MAXPHYSMEM_2GB config which defined
PAGE_OFFSET at the same address.

Signed-off-by: default avatarAlexandre Ghiti <alexandre.ghiti@canonical.com>
parent 0966ea32
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment