Skip to content
Unverified Commit fc76324f authored by Olof Johansson's avatar Olof Johansson Committed by Palmer Dabbelt
Browse files

riscv: keep 32-bit kernel to 32-bit phys_addr_t



While rv32 technically has 34-bit physical addresses, no current platforms
use it and it's likely to shake out driver bugs.

Let's keep 64-bit phys_addr_t off on 32-bit builds until one shows up,
since other work will be needed to make such a system useful anyway.

PHYS_ADDR_T_64BIT is def_bool 64BIT, so just remove the select.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
parent ea01ce67
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