Re-add KM_PUSHPAGE

This commit is contained in:
Brian Behlendorf 2008-12-19 10:15:52 -08:00
parent 330840ff2e
commit d4c39af7a6
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ extern void kstat_delete(kstat_t *);
* Kernel memory * Kernel memory
*/ */
#define KM_SLEEP UMEM_NOFAIL #define KM_SLEEP UMEM_NOFAIL
#define KM_PUSHPAGE KM_SLEEP #define KM_PUSHPAGE KM_SLEEP
#define KM_NOSLEEP UMEM_DEFAULT #define KM_NOSLEEP UMEM_DEFAULT
#define KMC_NODEBUG UMC_NODEBUG #define KMC_NODEBUG UMC_NODEBUG
#define kmem_alloc(_s, _f) umem_alloc(_s, _f) #define kmem_alloc(_s, _f) umem_alloc(_s, _f)