vm_map_insert(): update herald comment
Only a part of the object may be mapped. Noted by: alc Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D41099
This commit is contained in:
+2
-3
@@ -1603,9 +1603,8 @@ vm_map_lookup_entry(
|
||||
/*
|
||||
* vm_map_insert:
|
||||
*
|
||||
* Inserts the given whole VM object into the target
|
||||
* map at the specified address range. The object's
|
||||
* size should match that of the address range.
|
||||
* Inserts the given VM object into the target map at the
|
||||
* specified address range.
|
||||
*
|
||||
* Requires that the map be locked, and leaves it so.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user