aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJohannes Weiner <[email protected]>2012-01-10 15:08:13 -0800
committerLinus Torvalds <[email protected]>2012-01-10 16:30:44 -0800
commit560a036b3a3733e33424385c0a0c799dee454d05 (patch)
tree07d1ddc729e233d0590b308f1ea7d04405e796b6 /tools/perf/scripts/python/check-perf-trace.py
parentc3993076f842de3754360e5b998d6657a9d30303 (diff)
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 <[email protected]> Cc: Uwe Kleine-König <[email protected]> Cc: Tejun Heo <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions