mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update a comment.
This commit is contained in:
parent
cb8bac4aee
commit
2f9f48d623
1 changed files with 7 additions and 7 deletions
|
|
@ -528,13 +528,13 @@ vm_phys_zero_pages_idle(void)
|
|||
}
|
||||
|
||||
/*
|
||||
* Allocate a contiguous set of physical pages of the given size from
|
||||
* the free lists. All of the physical pages must be at or above the
|
||||
* given physical address "low" and below the given physical address
|
||||
* "high". If the given value "alignment" is non-zero, then the
|
||||
* lowest page in the set must be aligned to that value. If the given
|
||||
* value "boundary" is non-zero, then the set of physical pages cannot
|
||||
* cross any boundary that is a multiple of that value. Both
|
||||
* Allocate a contiguous set of physical pages of the given size
|
||||
* "npages" from the free lists. All of the physical pages must be at
|
||||
* or above the given physical address "low" and below the given
|
||||
* physical address "high". The given value "alignment" determines the
|
||||
* alignment of the first physical page in the set. If the given value
|
||||
* "boundary" is non-zero, then the set of physical pages cannot cross
|
||||
* any physical address boundary that is a multiple of that value. Both
|
||||
* "alignment" and "boundary" must be a power of two.
|
||||
*/
|
||||
vm_page_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue