jchandra ab686ad475 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.
2011-10-17 05:42:53 +00:00
..
2011-10-07 16:09:44 +00:00
2011-10-16 17:59:28 +00:00
2011-10-16 14:30:28 +00:00
2011-10-07 16:09:44 +00:00
2011-10-07 16:09:44 +00:00
2011-10-04 23:53:47 +00:00
2011-10-17 05:42:53 +00:00
2011-10-16 14:30:28 +00:00
2011-10-04 13:24:22 +00:00
2011-10-15 09:29:43 +00:00