Added a comment about what vm_alloc_from_ka_struct() is used for.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9400 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0d2dca3b56
commit
db01e67532
@ -889,6 +889,10 @@ vm_alloc_ppage_from_kernel_struct(kernel_args *ka)
|
||||
}
|
||||
|
||||
|
||||
/** This one uses the kernel_args' physical and virtual memory ranges to
|
||||
* allocate some pages before the VM is completely up.
|
||||
*/
|
||||
|
||||
addr_t
|
||||
vm_alloc_from_ka_struct(kernel_args *ka, unsigned int size, int lock)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user