Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163431846
D56586.id176146.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
685 B
Referenced Files
None
Subscribers
None
D56586.id176146.diff
View Options
Index: sys/compat/linuxkpi/common/include/linux/gfp.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/gfp.h
+++ sys/compat/linuxkpi/common/include/linux/gfp.h
@@ -55,11 +55,11 @@
#define __GFP_IO 0
#define __GFP_NO_KSWAPD 0
#define __GFP_KSWAPD_RECLAIM 0
+#define __GFP_THISNODE 0
#define __GFP_WAIT M_WAITOK
#define __GFP_DMA32 (1U << 24) /* LinuxKPI only */
#define __GFP_NORETRY (1U << 25) /* LinuxKPI only */
-#define __GFP_THISNODE (1U << 26) /* Unimplemented */
-#define __GFP_BITS_SHIFT 27
+#define __GFP_BITS_SHIFT 26
#define __GFP_BITS_MASK ((1 << __GFP_BITS_SHIFT) - 1)
#define __GFP_NOFAIL M_WAITOK
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 3:57 AM (14 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35429063
Default Alt Text
D56586.id176146.diff (685 B)
Attached To
Mode
D56586: linuxkpi: Do not use a bit flag for __GFP_THISNODE as it is unimplemented
Attached
Detach File
Event Timeline
Log In to Comment