aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/config.py
diff options
context:
space:
mode:
authorMichal Hocko <[email protected]>2017-05-17 08:55:08 +0200
committerDaniel Vetter <[email protected]>2017-05-18 17:10:23 +0200
commitc4f51dc8729645f755ee59b5a2535b6f567b4b05 (patch)
treebd78f4e0f60ae8dd262131215b6c10e05e87e511 /scripts/gdb/linux/config.py
parentb12f601fe5f0e0cf37c4efd00c41a033dff67664 (diff)
drm: replace drm_[cm]alloc* by kvmalloc alternatives
drm_[cm]alloc* has grown their own kvmalloc with vmalloc fallback implementations. MM has grown kvmalloc* helpers in the meantime. Let's use those because it a) reduces the code and b) MM has a better idea how to implement fallbacks (e.g. do not vmalloc before kmalloc is tried with __GFP_NORETRY). drm_calloc_large needs to get __GFP_ZERO explicitly but it is the same thing as kvmalloc_array in principle. Signed-off-by: Michal Hocko <[email protected]> Reviewed-by: Chris Wilson <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions