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 17a882e90ada..bc5667081aea 100644 --- a/arch/x86/include/asm/memblock.h +++ b/arch/x86/include/asm/memblock.h | |||
@@ -1,8 +1,6 @@ | |||
1 | #ifndef _X86_MEMBLOCK_H | 1 | #ifndef _X86_MEMBLOCK_H |
2 | #define _X86_MEMBLOCK_H | 2 | #define _X86_MEMBLOCK_H |
3 | 3 | ||
4 | #define ARCH_DISCARD_MEMBLOCK | ||
5 | |||
6 | void memblock_x86_reserve_range(u64 start, u64 end, char *name); | 4 | void memblock_x86_reserve_range(u64 start, u64 end, char *name); |
7 | void memblock_x86_free_range(u64 start, u64 end); | 5 | void memblock_x86_free_range(u64 start, u64 end); |
8 | 6 | ||