diff options
author | Yinghai Lu <[email protected]> | 2012-11-16 19:39:19 -0800 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2012-11-17 11:59:47 -0800 |
commit | 94b43c3d86dddf95064fc83e9087448b35f985ff (patch) | |
tree | 5019906f1e5ecdb581f66ba4958eb1ad4c2f9144 /tools/perf/scripts/python/sctop.py | |
parent | b8fd39c036ab982aa087b7ee671f86e2574d31f2 (diff) |
x86, mm: kill numa_free_all_bootmem()
Now NO_BOOTMEM version free_all_bootmem_node() does not really
do free_bootmem at all, and it only call register_page_bootmem_info_node
instead.
That is confusing, try to kill that free_all_bootmem_node().
Before that, this patch will remove numa_free_all_bootmem().
That function could be replaced with register_page_bootmem_info() and
free_all_bootmem();
Signed-off-by: Yinghai Lu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions