The branch main has been updated by dumbbell (ports committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=bfe6bfd79e05041f0b3ca2ca2f18405f5c4a6484

commit bfe6bfd79e05041f0b3ca2ca2f18405f5c4a6484
Author:     Jean-Sébastien Pédron <dumbb...@freebsd.org>
AuthorDate: 2022-11-11 17:30:31 +0000
Commit:     Jean-Sébastien Pédron <dumbb...@freebsd.org>
CommitDate: 2022-11-11 17:30:31 +0000

    linuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flag
    
    Reviewed by:    manu
    Approved by:    manu
    Differential Revision:  https://reviews.freebsd.org/D36954
---
 sys/compat/linuxkpi/common/include/linux/gfp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/gfp.h 
b/sys/compat/linuxkpi/common/include/linux/gfp.h
index 6273fa969db8..63b23b4b637e 100644
--- a/sys/compat/linuxkpi/common/include/linux/gfp.h
+++ b/sys/compat/linuxkpi/common/include/linux/gfp.h
@@ -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

Reply via email to