git: 0fbdaf0c9aac - main - linuxkpi: Define `__GFP_HIGH` in <linux/gfp.h>
Jean-Sébastien Pédron <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a80afd1.38d9d.2272f4b9__17285.2777455532$1786818592$gmane$org@gitrepo.freebsd.org> |
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 <[email protected]> AuthorDate: 2026-08-15 18:26:55 +0000 Commit: Jean-Sébastien Pédron <[email protected]> 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