Module Name: src Committed By: reinoud Date: Sun Dec 25 21:10:00 UTC 2011
Modified Files: src/sys/arch/usermode/include: vmparam.h src/sys/arch/usermode/usermode: pmap.c trap.c Log Message: Fix VM_MAX_ADDRESS that is NOT the max address BUT the max userland address Fix VM_MAX_KERNEL_ADDRESS that is the absolute max address accesable by the kernel... To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/usermode/include/vmparam.h cvs rdiff -u -r1.81 -r1.82 src/sys/arch/usermode/usermode/pmap.c cvs rdiff -u -r1.45 -r1.46 src/sys/arch/usermode/usermode/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.