Module Name: src Committed By: maxv Date: Sun Oct 8 13:49:38 UTC 2017
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Use roundup instead. Otherwise some (userland) pages could get mapped in the text large pages. We were using roundup to improve performance on i386 (mapping the text with large pages even if it was not aligned). But we're in a state where correctness matters more than performance - the correct way to get performance here is to align .text to 4MB. To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262 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.