git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de819e
)
mlx4_core: Clean up buddy bitmap allocation
author
Roland Dreier
<roland@purestorage.com>
Tue, 14 Aug 2012 22:17:10 +0000
(15:17 -0700)
committer
Roland Dreier
<roland@purestorage.com>
Thu, 16 Aug 2012 04:05:27 +0000
(21:05 -0700)
- Use kcalloc() / vzalloc() instead of an extra bitmap_zero().
- Add __GFP_NOWARN to kcalloc() since we'll try vzalloc() if it fails.
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found