]> Git Repo - linux.git/commit - mm/cma.c
mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocation
authorYunfeng Ye <[email protected]>
Sun, 1 Dec 2019 01:57:22 +0000 (17:57 -0800)
committerLinus Torvalds <[email protected]>
Sun, 1 Dec 2019 20:59:09 +0000 (12:59 -0800)
commit2184f9928ab52f26c2ae5e9ba37faf29c78f50b8
treebe4a75d56f77031775701cba8e1bd73c3195616e
parent75f360696ce9d8ec8b253452b23b3e24c0689b4b
mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocation

kzalloc() is used for cma bitmap allocation in cma_activate_area(),
switch to bitmap_zalloc() for clarity.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Yunfeng Ye <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Mike Rapoport <[email protected]>
Cc: Yue Hu <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Ryohei Suzuki <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Doug Berger <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/cma.c
This page took 0.047431 seconds and 4 git commands to generate.