As part of the migration of rman_res_t to be typed to uintmax_t, memory ranges
must be clamped appropriately for the bus, to prevent completely bogus addresses
from being used.
This is extracted from D4544.
Differential D5134
Correct the memory rman ranges to be to BUS_SPACE_MAXADDR jhibbits on Jan 30 2016, 3:53 PM. Authored by Tags None Referenced Files
Details
As part of the migration of rman_res_t to be typed to uintmax_t, memory ranges This is extracted from D4544.
Diff Detail
Event TimelineComment Actions The only concern I had was around the PAE special case. jhibbits assured me it was at the suggestion of kib and jhb. Looks fine to me. |