linuxkpi: Add __GFP_NOMEMALLOC kmalloc flag

Reviewed by:	manu
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D36954
This commit is contained in:
Jean-Sébastien Pédron 2022-11-11 18:30:31 +01:00
parent f0d1225734
commit bfe6bfd79e
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -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