Blue Swirl wrote: > This patch removes the restriction of 2G ram size on 64-bit hosts. > Theoretically Sparc32 on a SS-10 like machine could handle more than > 62GB of memory. > > There seems to be problems in the boot BIOSes to manage even >2G > memory sizes, I've found some in OpenBIOS but there are still many > left. > > Any comments?
Probably it's time for host_phys_addr_t instead of unsigned long, for clarity and improved portability. Thiemo