mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Update pmap_extract() implementation notes: we appear no longer to serialize
this call with Giant on any platform.
This commit is contained in:
parent
5a05988c32
commit
5d668266bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166310
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user