summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vm_map_clean.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/vm_map_clean.9')
-rw-r--r--share/man/man9/vm_map_clean.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/vm_map_clean.9 b/share/man/man9/vm_map_clean.9
index 85af33c..a739044 100644
--- a/share/man/man9/vm_map_clean.9
+++ b/share/man/man9/vm_map_clean.9
@@ -61,6 +61,10 @@ is TRUE, any cached pages are also freed.
.Pp
The range provided must be contiguous, it MUST NOT contain holes.
The range provided MUST NOT contain any sub-map entries.
+.Sh IMPLEMENTATION NOTES
+This routine holds the
+.Va Giant
+lock to prevent multiple entry.
.Sh RETURN VALUES
The
.Fn vm_map_clean
@@ -74,10 +78,6 @@ will be returned if the function encountered a sub-map entry;
.Dv KERN_INVALID_ARGUMENT
will be returned if the function encountered a hole in the region provided,
or if an entry could not be found for the given start address.
-.Sh IMPLEMENTATION NOTES
-This routine holds the
-.Va Giant
-lock to prevent multiple entry.
.Sh SEE ALSO
.Xr vm_map 9
.Sh AUTHORS
OpenPOWER on IntegriCloud