Module Name: src Committed By: maxv Date: Wed Jul 27 12:08:46 UTC 2016
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Re-enable large pages on the data segment, but don't map the first page, and add a comment to explain why. We will have to move the LAPIC VA. The large page support is technically the same as before my last commit, since in practice, the first page of .data is never mapped with large pages. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.