K 10 svn:author V 6 andrew K 8 svn:date V 27 2012-05-22T07:04:23.172414Z K 7 svn:log V 272 Fix booting on ARM. In PHYS_TO_VM_PAGE() when VM_PHYSSEG_DENSE is set the check if we are past the end of vm_page_array was incorrect causing it to return NULL. This value is then used in vm_phys_add_page causing a data abort. Reviewed by: alc, kib, imp Tested by: stas END