diff options
Diffstat (limited to 'arch/x86/include/asm/memblock.h')
-rw-r--r-- | arch/x86/include/asm/memblock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/memblock.h b/arch/x86/include/asm/memblock.h index 161792ec524f..1460db219a8b 100644 --- a/arch/x86/include/asm/memblock.h +++ b/arch/x86/include/asm/memblock.h | |||
@@ -12,8 +12,6 @@ int __get_free_all_memory_range(struct range **range, int nodeid, | |||
12 | unsigned long start_pfn, unsigned long end_pfn); | 12 | unsigned long start_pfn, unsigned long end_pfn); |
13 | int get_free_all_memory_range(struct range **rangep, int nodeid); | 13 | int get_free_all_memory_range(struct range **rangep, int nodeid); |
14 | 14 | ||
15 | void memblock_x86_register_active_regions(int nid, unsigned long start_pfn, | ||
16 | unsigned long last_pfn); | ||
17 | u64 memblock_x86_hole_size(u64 start, u64 end); | 15 | u64 memblock_x86_hole_size(u64 start, u64 end); |
18 | u64 memblock_x86_free_memory_in_range(u64 addr, u64 limit); | 16 | u64 memblock_x86_free_memory_in_range(u64 addr, u64 limit); |
19 | u64 memblock_x86_memory_in_range(u64 addr, u64 limit); | 17 | u64 memblock_x86_memory_in_range(u64 addr, u64 limit); |