CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/12/03 13:07:06
Modified files:
sys/uvm : uvm_pmemrange.c
Log message:
Be sure not to access the vm_page array out of bounds in uvm_pmr_freepages().
Among other things, this fixes early panics on hppa system which memory size
is exactly 128MB.
Found the hard way and reported by fries@, not reported by beck@
