Module Name: src Committed By: martin Date: Thu Jan 3 09:40:56 UTC 2013
Modified Files: src/sys/arch/sparc64/include: param.h vmparam.h src/sys/arch/sparc64/sparc64: pmap.c Log Message: Rearange VA layout for 64 bit kernels, as suggested by Lars Heidieker: move the dynamic kernel memory past 4GB (basically unlimiting it) and use the now freed address range past kernel data upto 2GB for modules. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/sparc64/include/param.h cvs rdiff -u -r1.32 -r1.33 src/sys/arch/sparc64/include/vmparam.h cvs rdiff -u -r1.278 -r1.279 src/sys/arch/sparc64/sparc64/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.