diff options
-rw-r--r-- | arch/x86/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c index 722a4c372ce3..37b8b0fe8320 100644 --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c | |||
@@ -81,7 +81,7 @@ static void __init find_early_table_space(unsigned long end, int use_pse, | |||
81 | end, pgt_buf_start << PAGE_SHIFT, pgt_buf_top << PAGE_SHIFT); | 81 | end, pgt_buf_start << PAGE_SHIFT, pgt_buf_top << PAGE_SHIFT); |
82 | } | 82 | } |
83 | 83 | ||
84 | void native_pagetable_reserve(u64 start, u64 end) | 84 | void __init native_pagetable_reserve(u64 start, u64 end) |
85 | { | 85 | { |
86 | memblock_x86_reserve_range(start, end, "PGTABLE"); | 86 | memblock_x86_reserve_range(start, end, "PGTABLE"); |
87 | } | 87 | } |