[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:
committed by
Linus Torvalds
parent
e94b176609
commit
441e143e95
@@ -93,7 +93,7 @@ void hcd_buffer_destroy (struct usb_hcd *hcd)
|
||||
}
|
||||
|
||||
|
||||
/* sometimes alloc/free could use kmalloc with SLAB_DMA, for
|
||||
/* sometimes alloc/free could use kmalloc with GFP_DMA, for
|
||||
* better sharing and to leverage mm/slab.c intelligence.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user