From 5d668266bb5adbc0aa8b1b246811a6f98c66f809 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 28 Jan 2007 16:23:55 +0000 Subject: [PATCH] Update pmap_extract() implementation notes: we appear no longer to serialize this call with Giant on any platform. --- share/man/man9/pmap_extract.9 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/share/man/man9/pmap_extract.9 b/share/man/man9/pmap_extract.9 index 07e2ad740ad6..0622b65ccd31 100644 --- a/share/man/man9/pmap_extract.9 +++ b/share/man/man9/pmap_extract.9 @@ -55,13 +55,6 @@ the returned page for use by the caller, only if the mapping permits the given page protection. .Sh IMPLEMENTATION NOTES Currently, the page protection requested by the caller is not verified. -.Pp -In the -.Fn pmap_extract_and_hold -function, the -.Va Giant -lock is held for the duration of the call to ensure that only a single -caller is present. .Sh RETURN VALUES The .Fn pmap_extract