freebsd_amp_hwpstate/sys/vm
Alan Cox 32b76dfa8a Cleanup OBJ_ONEMAPPING management.
vm_map.c:
	Don't set OBJ_ONEMAPPING on arbitrary vm objects.  Only default
	and swap type vm objects should have it set.  vm_object_deallocate
	already handles these cases.

vm_object.c:
	If OBJ_ONEMAPPING isn't already clear in vm_object_shadow,
	we are in trouble.  Instead of clearing it, make it
	an assertion that it is already clear.
1999-07-11 18:30:32 +00:00
..
default_pager.c
default_pager.h
device_pager.c
pmap.h
swap_pager.c
swap_pager.h
vm.h
vm_extern.h
vm_fault.c
vm_glue.c
vm_inherit.h
vm_init.c
vm_kern.c Fix some int/long printf problems for the Alpha 1999-07-01 19:53:43 +00:00
vm_kern.h
vm_map.c Cleanup OBJ_ONEMAPPING management. 1999-07-11 18:30:32 +00:00
vm_map.h Remove unused function prototypes. 1999-07-10 18:16:08 +00:00
vm_meter.c
vm_mmap.c
vm_object.c Cleanup OBJ_ONEMAPPING management. 1999-07-11 18:30:32 +00:00
vm_object.h Change the data type used to represent page color in the vm_object 1999-07-10 18:29:18 +00:00
vm_page.c Fix some int/long printf problems for the Alpha 1999-07-01 19:53:43 +00:00
vm_page.h
vm_pageout.c The buffer queue mechanism has been reformulated. Instead of having 1999-07-04 00:25:38 +00:00
vm_pageout.h
vm_pager.c Reformat previous fix to remove an uglier than average goto. 1999-07-05 12:50:54 +00:00
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c add unused argument to udev2dev() to make kernel compiled 1999-07-07 09:12:44 +00:00
vm_unix.c
vm_zone.c
vm_zone.h
vnode_pager.c Fix some int/long printf problems for the Alpha 1999-07-01 19:53:43 +00:00
vnode_pager.h