mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
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:
parent
efbfa74caf
commit
3b44ee50be
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue