Module Name: src Committed By: maxv Date: Fri Jul 22 13:01:44 UTC 2016
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Simplify pmap_alloc_level. It is designed to work only with normal_pdes and PTP_LEVELS, so don't pass them as argument. While here, explain what we are doing. To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 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.