git: 0fbdaf0c9aac - main - linuxkpi: Define `__GFP_HIGH` in <linux/gfp.h>

From: Jean-Sébastien Pédron <dumbbell_at_FreeBSD.org>
Date: Sat, 15 Aug 2026 18:28:33 UTC
The branch main has been updated by dumbbell:

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

commit 0fbdaf0c9aacab6bf7115e8cee7ee3a9728f2c9d
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2026-08-15 18:26:55 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2026-08-15 18:26:55 +0000

    linuxkpi: Define `__GFP_HIGH` in <linux/gfp.h>
    
    The DRM drivers TTM memory manager started to use it in Linux 6.15.
    
    Reviewed by:    emaste
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D58760
---
 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 5c638be92beb..152b1689f29e 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_NOMEMALLOC 0
 #define	__GFP_RECLAIM   0
 #define	__GFP_RECLAIMABLE   0
+#define	__GFP_HIGH	0
 #define	__GFP_RETRY_MAYFAIL 0
 #define	__GFP_MOVABLE	0
 #define	__GFP_COMP	0