Module Name: src Committed By: maxv Date: Sun Aug 12 11:51:42 UTC 2018
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Reduce the minefield: zero out the pdir only once, at the beginning of the function. This eliminates one assumption on the order of the VM areas. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 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.