Merge commit 'refs/top-bases/linux-zpios' into linux-zpios
This commit is contained in:
commit
97bad1ec2f
|
@ -297,6 +297,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_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)
|
||||||
|
|
Loading…
Reference in New Issue