diff options
-rw-r--r-- | arch/x86/mm/srat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/mm/srat.c b/arch/x86/mm/srat.c index 4217071fb4d2..30460f57b7f3 100644 --- a/arch/x86/mm/srat.c +++ b/arch/x86/mm/srat.c | |||
@@ -59,7 +59,6 @@ acpi_numa_x2apic_affinity_init(struct acpi_srat_x2apic_cpu_affinity *pa) | |||
59 | } | 59 | } |
60 | set_apicid_to_node(apic_id, node); | 60 | set_apicid_to_node(apic_id, node); |
61 | node_set(node, numa_nodes_parsed); | 61 | node_set(node, numa_nodes_parsed); |
62 | acpi_numa = 1; | ||
63 | printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%04x -> Node %u\n", | 62 | printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%04x -> Node %u\n", |
64 | pxm, apic_id, node); | 63 | pxm, apic_id, node); |
65 | } | 64 | } |
@@ -101,7 +100,6 @@ acpi_numa_processor_affinity_init(struct acpi_srat_cpu_affinity *pa) | |||
101 | 100 | ||
102 | set_apicid_to_node(apic_id, node); | 101 | set_apicid_to_node(apic_id, node); |
103 | node_set(node, numa_nodes_parsed); | 102 | node_set(node, numa_nodes_parsed); |
104 | acpi_numa = 1; | ||
105 | printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%02x -> Node %u\n", | 103 | printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%02x -> Node %u\n", |
106 | pxm, apic_id, node); | 104 | pxm, apic_id, node); |
107 | } | 105 | } |