From 131eccfcf169397399c05c940a846591491b6ddd Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 7 Feb 2013 12:26:29 +1100 Subject: [PATCH] memory-hotplug-remove-page-table-of-x86_64-architecture-fix make kernel_physical_mapping_remove() static Cc: Jiang Liu Cc: Jianguo Wu Cc: Tang Chen Cc: Wen Congyang Signed-off-by: Andrew Morton --- arch/x86/mm/init_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index 37a510dd73b6..4e58b83e6b2e 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c @@ -1011,7 +1011,7 @@ remove_pagetable(unsigned long start, unsigned long end, bool direct) flush_tlb_all(); } -void __meminit +static void __meminit kernel_physical_mapping_remove(unsigned long start, unsigned long end) { start = (unsigned long)__va(start); -- 2.39.5