commit | 96f17d590092ae2511adf599a252e8ed1901b7a4 | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Tue Aug 14 15:17:10 2012 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Wed Aug 15 21:05:27 2012 -0700 |
tree | 33a540dc18e2256d70cddb35e8df10809b42ce6e | |
parent | 3de819e6b642fdd51904f5f4d2716d7466a2f7f5 [diff] |
mlx4_core: Clean up buddy bitmap allocation - 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>