summaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorHuang Shijie <sjhuang@iluvatar.ai>2019-01-03 15:26:51 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-05 15:35:03 +0100
commitd84f622a917d3737dcaedf9c981e660e6bfdb19b (patch)
tree3d6300b314797395201cfbf2a8a9b58b0f4314d3 /drivers/base
parentbd5d9cd97ca55bba497a446f7a5d6a47b00869d5 (diff)
lib/genalloc.c: use vzalloc_node() to allocate the bitmap
[ Upstream commit 6862d2fc81859f88c1f3f660886427893f2b4f3f ] Some devices may have big memory on chip, such as over 1G. In some cases, the nbytes maybe bigger then 4M which is the bounday of the memory buddy system (4K default). So use vzalloc_node() to allocate the bitmap. Also use vfree to free it. Link: http://lkml.kernel.org/r/20181225015701.6289-1-sjhuang@iluvatar.ai Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Alexey Skidanov <alexey.skidanov@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions