--- - branch: MAIN date: Sun Oct 8 13:49:38 UTC 2017 files: - new: '1.262' old: '1.261' path: src/sys/arch/x86/x86/pmap.c pathrev: src/sys/arch/x86/x86/pmap.c@1.262 type: modified id: 20171008T134938Z.8da80f651e432ba24b9820645b82ff436bb48331 log: | 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. module: src subject: 'CVS commit: src/sys/arch/x86/x86' unixtime: '1507470578' user: maxv