]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but
authorDmitrij Tejblum <dt@FreeBSD.org>
Tue, 8 Jun 1999 17:03:28 +0000 (17:03 +0000)
committerDmitrij Tejblum <dt@FreeBSD.org>
Tue, 8 Jun 1999 17:03:28 +0000 (17:03 +0000)
commita839bdc8af1604869ecb09a48a320a146579861c
treebfe1a77c1a41e4b648ff06f6e3dd0ce75fc6df26
parentbe960acd20d49b14af17ac05994cd21bd4283347
Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but
create a nofault entry. It will be used to allocate kmem for upages.

(I am not too happy with all this, but it's better than nothing).
sys/vm/vm_extern.h
sys/vm/vm_kern.c