diff options
-rw-r--r-- | arch/x86/mm/numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c index 76604eb9e4b0..b2313c6739f5 100644 --- a/arch/x86/mm/numa.c +++ b/arch/x86/mm/numa.c | |||
@@ -219,7 +219,7 @@ static void __init setup_node_data(int nid, u64 start, u64 end) | |||
219 | */ | 219 | */ |
220 | nd = alloc_remap(nid, nd_size); | 220 | nd = alloc_remap(nid, nd_size); |
221 | if (nd) { | 221 | if (nd) { |
222 | nd_pa = __phys_addr_nodebug(nd); | 222 | nd_pa = __pa_nodebug(nd); |
223 | remapped = true; | 223 | remapped = true; |
224 | } else { | 224 | } else { |
225 | nd_pa = memblock_alloc_nid(nd_size, SMP_CACHE_BYTES, nid); | 225 | nd_pa = memblock_alloc_nid(nd_size, SMP_CACHE_BYTES, nid); |