K 10 svn:author V 6 andrew K 8 svn:date V 27 2016-03-01T11:39:07.816584Z K 7 svn:log V 347 Make the memory size returned from fdt_get_mem_regions a 64-bit type. This is the physical memory size so may be larger than a u_long can hold, e.g. on ARM with LPAE we could see an address space of up to 40 bits. On ARM u_long is only 32 bits so the memory size will be truncated, possibly to zero. Reported by: bz Sponsored by: ABT Systems Ltd END