Module Name: src Committed By: maxv Date: Sat Dec 17 13:43:33 UTC 2016
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Use pmap_bootstrap_valloc and simplify. By the way, I think the cache stuff is wrong, since the pte is not necessarily aligned to 64 bytes, so nothing guarantees there is no false sharing. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 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.