freebsd-dev/sys/riscv
Kristof Provost cd7795a5a4 riscv: Return vm_paddr_t in pmap_early_vtophys()
We can't use a u_int to compute the physical address in
pmap_early_vtophys(). Our int is 32-bit, but the physical address is
64-bit. This works fine if everything lives in below 0x100000000, but as
soon as it doesn't this breaks.

MFC after:	1 week
Sponsored by:	Axiado
2019-07-17 21:25:26 +00:00
..
conf sys: Remove DEV_RANDOM device option 2019-06-21 00:16:30 +00:00
include RISC-V: expose extension bits in AT_HWCAP 2019-06-11 00:55:54 +00:00
riscv riscv: Return vm_paddr_t in pmap_early_vtophys() 2019-07-17 21:25:26 +00:00