freebsd-nq/sys/riscv
Wojciech Macek e571e15cb0 Fix fdt_get_mem_regions() to work with 64-bit addresses
Use u_long instead of uint32_t variables to avoid overflow
    in case of PA space bigger than 32-bit.

Obtained from:         Semihalf
Submitted by:          Michal Stanek <mst@semihalf.com>
Sponsored by:          Annapurna Labs
Approved by:           cognet (mentor)
Reviewed by:           andrew, br, wma
Differential revision: https://reviews.freebsd.org/D5393
2016-02-29 09:22:39 +00:00
..
conf Add support for symmetric multiprocessing (SMP). 2016-02-24 16:50:34 +00:00
htif Add support for symmetric multiprocessing (SMP). 2016-02-24 16:50:34 +00:00
include o Use uint64_t for page number as it doesn't fit uint32_t. 2016-02-26 14:04:00 +00:00
riscv Fix fdt_get_mem_regions() to work with 64-bit addresses 2016-02-29 09:22:39 +00:00