aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorTejun Heo <[email protected]>2011-07-12 09:58:06 +0200
committerH. Peter Anvin <[email protected]>2011-07-13 16:35:56 -0700
commit53348f27168534561c0c814843bbf181314374f4 (patch)
tree619f7945ecb15317dd211c68267eb6603295521f /tools/perf/util/scripting-engines/trace-event-python.c
parentbf61549a2d8e0326f5d6e4d1718883a7212d725f (diff)
bootmem: Fix __free_pages_bootmem() to use @order properly
a226f6c899 (FRV: Clean up bootmem allocator's page freeing algorithm) separated out __free_pages_bootmem() from free_all_bootmem_core(). __free_pages_bootmem() takes @order argument but it assumes @order is either 0 or ilog2(BITS_PER_LONG). Note that all the current users match that assumption and this doesn't cause actual problems. Fix it by using 1 << order instead of BITS_PER_LONG. Signed-off-by: Tejun Heo <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Cc: David Howells <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions