summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2012-01-10 23:08:00 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2012-01-11 00:30:44 (GMT)
commit9571a982903bf9dcbca2479fd3e7dafd2211ecf9 (patch)
tree6a426c81c23cc4e5e81388c52ff37ed33a1187ac /include
parent31b8384a555d94c78e2ea2284a323cb985441f60 (diff)
downloadlinux-fsl-qoriq-9571a982903bf9dcbca2479fd3e7dafd2211ecf9.tar.xz
bootmem: micro optimize freeing pages in bulk
The first entry of bdata->node_bootmem_map holds the data for bdata->node_min_pfn up to bdata->node_min_pfn + BITS_PER_LONG - 1. So the test for freeing all pages of a single map entry can be slightly relaxed. Moreover use DIV_ROUND_UP in another place instead of open coding it. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Johannes Weiner <hannes@saeurebad.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions