Module Name: src Committed By: bouyer Date: Sun Jun 25 22:16:46 UTC 2017
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Xen/i386PAE is special, in that top-level entries are not in per-pmap tables but per-CPU pages. pmap_alloc_level() takes care of making new entries actives when the kernel pmap is updated, so always use pmap_kernel() is this case too. To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 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.