freebsd-dev/sys/vm
Andrew Turner c415e17250 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
2012-05-22 07:04:23 +00:00
..
default_pager.c
device_pager.c Do not double-reference the found vm object in cdev_pager_lookup(). 2012-05-18 10:23:47 +00:00
memguard.c
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c
swap_pager.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c Give vm_fault()'s sequential access optimization a makeover. 2012-05-10 15:16:42 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Give vm_fault()'s sequential access optimization a makeover. 2012-05-10 15:16:42 +00:00
vm_map.h Give vm_fault()'s sequential access optimization a makeover. 2012-05-10 15:16:42 +00:00
vm_meter.c
vm_mmap.c
vm_object.c
vm_object.h
vm_page.c Fix booting on ARM. 2012-05-22 07:04:23 +00:00
vm_page.h Add a facility to register a range of physical addresses to be used 2012-05-12 20:42:56 +00:00
vm_pageout.c Assert that fictitious or unmanaged pages do not appear on 2012-05-12 20:24:46 +00:00
vm_pageout.h
vm_pager.c Add new pager type, OBJT_MGTDEVICE. It provides the device pager 2012-05-12 20:49:58 +00:00
vm_pager.h Add new pager type, OBJT_MGTDEVICE. It provides the device pager 2012-05-12 20:49:58 +00:00
vm_param.h
vm_phys.c Add a facility to register a range of physical addresses to be used 2012-05-12 20:42:56 +00:00
vm_phys.h Add a facility to register a range of physical addresses to be used 2012-05-12 20:42:56 +00:00
vm_reserv.c
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h Add new pager type, OBJT_MGTDEVICE. It provides the device pager 2012-05-12 20:49:58 +00:00
vnode_pager.c
vnode_pager.h