Re-add KM_PUSHPAGE
This commit is contained in:
parent
3bc48c3e74
commit
330840ff2e
|
@ -291,6 +291,7 @@ extern void kstat_delete(kstat_t *);
|
|||
* Kernel memory
|
||||
*/
|
||||
#define KM_SLEEP UMEM_NOFAIL
|
||||
#define KM_PUSHPAGE KM_SLEEP
|
||||
#define KM_NOSLEEP UMEM_DEFAULT
|
||||
#define KMC_NODEBUG UMC_NODEBUG
|
||||
#define kmem_alloc(_s, _f) umem_alloc(_s, _f)
|
||||
|
|
Loading…
Reference in New Issue