mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
linuxkpi: Add __GFP_NOMEMALLOC kmalloc flag
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D36954
This commit is contained in:
parent
f0d1225734
commit
bfe6bfd79e
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#define __GFP_HIGHMEM 0
|
||||
#define __GFP_ZERO M_ZERO
|
||||
#define __GFP_NORETRY 0
|
||||
#define __GFP_NOMEMALLOC 0
|
||||
#define __GFP_RECLAIM 0
|
||||
#define __GFP_RECLAIMABLE 0
|
||||
#define __GFP_RETRY_MAYFAIL 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue