summaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorJohannes Weiner <hannes@cmpxchg.org>2012-01-11 03:08:13 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-01-11 04:30:44 +0400
commit560a036b3a3733e33424385c0a0c799dee454d05 (patch)
tree07d1ddc729e233d0590b308f1ea7d04405e796b6 /drivers/base
parentc3993076f842de3754360e5b998d6657a9d30303 (diff)
downloadlinux-560a036b3a3733e33424385c0a0c799dee454d05.tar.xz
mm: bootmem: drop superfluous range check when freeing pages in bulk
The area node_bootmem_map represents is aligned to BITS_PER_LONG, and all bits in any aligned word of that map valid. When the represented area extends beyond the end of the node, the non-existant pages will be marked as reserved. As a result, when freeing a page block, doing an explicit range check for whether that block is within the node's range is redundant as the bitmap is consulted anyway to see whether all pages in the block are unreserved. Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions