diff options
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r-- | include/linux/slab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index 639f65efa46e..fbcfc208f52b 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h | |||
@@ -18,9 +18,6 @@ typedef struct kmem_cache kmem_cache_t; | |||
18 | #include <asm/page.h> /* kmalloc_sizes.h needs PAGE_SIZE */ | 18 | #include <asm/page.h> /* kmalloc_sizes.h needs PAGE_SIZE */ |
19 | #include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */ | 19 | #include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */ |
20 | 20 | ||
21 | /* flags for kmem_cache_alloc() */ | ||
22 | #define SLAB_DMA GFP_DMA | ||
23 | |||
24 | /* flags to pass to kmem_cache_create(). | 21 | /* flags to pass to kmem_cache_create(). |
25 | * The first 3 are only valid when the allocator as been build | 22 | * The first 3 are only valid when the allocator as been build |
26 | * SLAB_DEBUG_SUPPORT. | 23 | * SLAB_DEBUG_SUPPORT. |