aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJoonsoo Kim <[email protected]>2016-07-26 15:24:01 -0700
committerLinus Torvalds <[email protected]>2016-07-26 16:19:19 -0700
commite3a2713c3cfa9c41fac57447533079d8da23319b (patch)
tree1f5545696b41969571ef78903712ad02e8fec61f /tools/perf/scripts/python
parent46f24fd857b37bb86ddd5d0ac3d194e984dfdf1c (diff)
mm/page_isolation: clean up confused code
When there is an isolated_page, post_alloc_hook() is called with page but __free_pages() is called with isolated_page. Since they are the same so no problem but it's very confusing. To reduce it, this patch changes isolated_page to boolean type and uses page variable consistently. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Joonsoo Kim <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions