kib cac2fe116f After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
to pull vm_param.h was removed.  Other big dependency of vm_page.h on
vm_param.h are PA_LOCK* definitions, which are only needed for
in-kernel code, because modules use KBI-safe functions to lock the
pages.

Stop including vm_param.h into vm_page.h. Include vm_param.h
explicitely for the kernel code which needs it.

Suggested and reviewed by:	alc
MFC after:    2 weeks
2012-08-05 14:11:42 +00:00
..
2012-08-01 17:24:53 +00:00
2012-08-05 14:11:07 +00:00
2012-08-01 17:24:53 +00:00
2012-06-11 17:42:39 +00:00
2012-08-03 12:55:31 +00:00
2012-04-16 10:33:46 +00:00
2012-08-05 06:15:12 +00:00
2012-08-03 18:40:44 +00:00