Module Name: src Committed By: rmind Date: Tue Mar 8 20:07:31 UTC 2011
Modified Files: src/sys/arch/x86/x86 [rmind-uvmplock]: pmap.c Log Message: - pmap_remove_ptes: simplify by removing the duplicate code and re-using equivalent functionality in pmap_remove_pte(). - pmap_remove_pte: fix assert to allow page owner lock to be unacquired if pmap is pmap_kernel(); relevant for UVM_KMF_PAGEABLE memory case. To generate a diff of this commit: cvs rdiff -u -r1.105.2.10 -r1.105.2.11 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.