diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/kmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/kmem.h b/include/sys/kmem.h index 257f2d856..2dd73a8e5 100644 --- a/include/sys/kmem.h +++ b/include/sys/kmem.h @@ -49,6 +49,7 @@ #define KM_PUSHPAGE (KM_SLEEP | __GFP_HIGH) #define KM_VMFLAGS GFP_LEVEL_MASK #define KM_FLAGS __GFP_BITS_MASK +#define KM_NODEBUG __GFP_NOWARN /* * Used internally, the kernel does not need to support this flag |