diff options
author | Tejun Heo <[email protected]> | 2011-07-12 10:46:30 +0200 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2011-07-14 11:45:31 -0700 |
commit | c13291a536b835b2ab278ab201f2cb1ce22f2785 (patch) | |
tree | 6bb3a2fd47e22d75308314b14f3a0f0a4d338141 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 96e907d1360240d1958fe8ce3a3ac640733330d4 (diff) |
bootmem: Use for_each_mem_pfn_range() in page_alloc.c
The previous patch added for_each_mem_pfn_range() which is more
versatile than for_each_active_range_index_in_nid(). This patch
replaces for_each_active_range_index_in_nid() and open coded
early_node_map[] walks with for_each_mem_pfn_range().
All conversions in this patch are straight-forward and shouldn't cause
any functional difference. After the conversions,
for_each_active_range_index_in_nid() doesn't have any user left and is
removed.
Signed-off-by: Tejun Heo <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Cc: Yinghai Lu <[email protected]>
Cc: Benjamin Herrenschmidt <[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