mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] slab: remove SLAB_DMA
SLAB_DMA is an alias of GFP_DMA. This is the last one so we remove the leftover comment too. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e94b176609
commit
441e143e95
6 changed files with 8 additions and 11 deletions
|
@ -18,9 +18,6 @@ typedef struct kmem_cache kmem_cache_t;
|
|||
#include <asm/page.h> /* kmalloc_sizes.h needs PAGE_SIZE */
|
||||
#include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */
|
||||
|
||||
/* flags for kmem_cache_alloc() */
|
||||
#define SLAB_DMA GFP_DMA
|
||||
|
||||
/* flags to pass to kmem_cache_create().
|
||||
* The first 3 are only valid when the allocator as been build
|
||||
* SLAB_DEBUG_SUPPORT.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue