CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/23 22:21:19
Modified files:
sys/arch/arm/include: vmparam.h
sys/arch/hppa/include: vmparam.h
sys/arch/hppa64/include: vmparam.h
sys/arch/macppc/include: vmparam.h
sys/arch/mips64/include: vmparam.h
sys/arch/socppc/include: vmparam.h
Log message:
Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm
grovellers need to know it to be able to get the right size for struct
vm_page.
