Module Name: src Committed By: maxv Date: Sat May 7 12:45:56 UTC 2016
Modified Files: src/sys/arch/amd64/conf: kern.ldscript Removed Files: src/sys/arch/amd64/conf: kern.ldscript.2MB largepages.inc Log Message: Large pages are supported by default for the text+rodata segments. Apply the proper alignment for the data segment, so that more pages can benefit from it. Reduces TLB contention. kern.ldscript.2MB and largepages.inc are useless. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/conf/kern.ldscript cvs rdiff -u -r1.11 -r0 src/sys/arch/amd64/conf/kern.ldscript.2MB cvs rdiff -u -r1.4 -r0 src/sys/arch/amd64/conf/largepages.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.