Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373734
b: refs/heads/master
c: b1e0541
h: refs/heads/master
v: v3
  • Loading branch information
Joonsoo Kim authored and Pekka Enberg committed Feb 6, 2013
1 parent 7143040 commit de80f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db8450673458e724229e91050ac9a92253b01234
refs/heads/master: b1e0541674904db00e17ce646b0a1d54f59136a5
2 changes: 1 addition & 1 deletion trunk/mm/slab_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ struct kmem_cache *kmalloc_slab(size_t size, gfp_t flags)
index = fls(size - 1);

#ifdef CONFIG_ZONE_DMA
if (unlikely((flags & SLAB_CACHE_DMA)))
if (unlikely((flags & GFP_DMA)))
return kmalloc_dma_caches[index];

#endif
Expand Down

0 comments on commit de80f59

Please sign in to comment.