aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/mm/numa.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/mm/numa.c')
-rw-r--r--arch/x86_64/mm/numa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/mm/numa.c
index edd5559380d3..629ff0621b3d 100644
--- a/arch/x86_64/mm/numa.c
+++ b/arch/x86_64/mm/numa.c
@@ -209,8 +209,6 @@ static int numa_emulation(unsigned long start_pfn, unsigned long end_pfn)
209 if (i == numa_fake-1) 209 if (i == numa_fake-1)
210 sz = (end_pfn<<PAGE_SHIFT) - nodes[i].start; 210 sz = (end_pfn<<PAGE_SHIFT) - nodes[i].start;
211 nodes[i].end = nodes[i].start + sz; 211 nodes[i].end = nodes[i].start + sz;
212 if (i != numa_fake-1)
213 nodes[i].end--;
214 printk(KERN_INFO "Faking node %d at %016Lx-%016Lx (%LuMB)\n", 212 printk(KERN_INFO "Faking node %d at %016Lx-%016Lx (%LuMB)\n",
215 i, 213 i,
216 nodes[i].start, nodes[i].end, 214 nodes[i].start, nodes[i].end,