diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-16 23:10:55 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:48:27 -0400 |
commit | d52d53b8a5b258bfaab9223a5e7284fcfdd48577 (patch) | |
tree | 8871bb322bdb1b31546eaa130e0017a588bbceab /include/linux/mm.h | |
parent | 1ea598c29748a559a0086a84a016886d786e6272 (diff) |
RFC x86: try to remove arch_get_ram_range
want to remove arch_get_ram_range, and use early_node_map instead.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 3d647b24041f..cf1cd3a2ed78 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1011,7 +1011,7 @@ extern unsigned long find_min_pfn_with_active_regions(void); | |||
1011 | extern unsigned long find_max_pfn_with_active_regions(void); | 1011 | extern unsigned long find_max_pfn_with_active_regions(void); |
1012 | extern void free_bootmem_with_active_regions(int nid, | 1012 | extern void free_bootmem_with_active_regions(int nid, |
1013 | unsigned long max_low_pfn); | 1013 | unsigned long max_low_pfn); |
1014 | typedef void (*work_fn_t)(unsigned long, unsigned long, void *); | 1014 | typedef int (*work_fn_t)(unsigned long, unsigned long, void *); |
1015 | extern void work_with_active_regions(int nid, work_fn_t work_fn, void *data); | 1015 | extern void work_with_active_regions(int nid, work_fn_t work_fn, void *data); |
1016 | extern void sparse_memory_present_with_active_regions(int nid); | 1016 | extern void sparse_memory_present_with_active_regions(int nid); |
1017 | #ifndef CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID | 1017 | #ifndef CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID |