]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - mm/slab.h
scsi: target: cxgbit: Fix cxgbit_fw4_ack()
[mirror_ubuntu-bionic-kernel.git] / mm / slab.h
index ad657ffa44e5db782c08ba53a71a6ccbc2089800..305c7a8a3c8a8cc570ca16f85c88757dfdf4c1a7 100644 (file)
--- a/mm/slab.h
+++ b/mm/slab.h
@@ -126,7 +126,8 @@ static inline slab_flags_t kmem_cache_flags(unsigned long object_size,
 
 
 /* Legal flag mask for kmem_cache_create(), for various configurations */
-#define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | SLAB_PANIC | \
+#define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | \
+                        SLAB_CACHE_DMA32 | SLAB_PANIC | \
                         SLAB_TYPESAFE_BY_RCU | SLAB_DEBUG_OBJECTS )
 
 #if defined(CONFIG_DEBUG_SLAB)