K 10 svn:author V 8 jchandra K 8 svn:date V 27 2011-10-17T05:42:53.103639Z K 7 svn:log V 267 Fix for crash on MIPS /dev/mem read. Reading /dev/mem in 64 bit kernel crashes. This is because the page used to call uiomove_fromphys() from memrw() does not have md.pv_list initialized correctly. The fix is to call pmap_page_init() on the page to initialize it. END