aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJohannes Weiner <[email protected]>2012-01-10 15:08:10 -0800
committerLinus Torvalds <[email protected]>2012-01-10 16:30:44 -0800
commitc3993076f842de3754360e5b998d6657a9d30303 (patch)
tree78c1ca3d031483932e2f236706b20064742c0b0c /tools/perf/scripts/python/syscall-counts.py
parent43d2b113241d6797b890318767e0af78e313414b (diff)
mm: page_alloc: generalize order handling in __free_pages_bootmem()
__free_pages_bootmem() used to special-case higher-order frees to save individual page checking with free_pages_bulk(). Nowadays, both zero order and non-zero order frees use free_pages(), which checks each individual page anyway, and so there is little point in making the distinction anymore. The higher-order loop will work just fine for zero order pages. 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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions