aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm')
-rw-r--r--arch/x86/mm/numa_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c
index 7f83adec0482..287ae798935f 100644
--- a/arch/x86/mm/numa_64.c
+++ b/arch/x86/mm/numa_64.c
@@ -95,7 +95,7 @@ int __init numa_add_memblk(int nid, u64 start, u64 end)
95} 95}
96 96
97/* Initialize bootmem allocator for a node */ 97/* Initialize bootmem allocator for a node */
98void __init 98static void __init
99setup_node_bootmem(int nid, unsigned long start, unsigned long end) 99setup_node_bootmem(int nid, unsigned long start, unsigned long end)
100{ 100{
101 const u64 nd_low = (u64)MAX_DMA_PFN << PAGE_SHIFT; 101 const u64 nd_low = (u64)MAX_DMA_PFN << PAGE_SHIFT;