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:
Axel Dörfler 2004-10-18 15:56:08 +00:00
parent 0d2dca3b56
commit db01e67532

View File

@ -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)
{