diff options
-rw-r--r-- | arch/ia64/kernel/acpi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c index 4722ec51c70c..24fe7c81e108 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c | |||
@@ -443,6 +443,9 @@ void __init acpi_numa_slit_init(struct acpi_table_slit *slit) | |||
443 | void __init | 443 | void __init |
444 | acpi_numa_processor_affinity_init(struct acpi_table_processor_affinity *pa) | 444 | acpi_numa_processor_affinity_init(struct acpi_table_processor_affinity *pa) |
445 | { | 445 | { |
446 | if (!pa->flags.enabled) | ||
447 | return; | ||
448 | |||
446 | /* record this node in proximity bitmap */ | 449 | /* record this node in proximity bitmap */ |
447 | pxm_bit_set(pa->proximity_domain); | 450 | pxm_bit_set(pa->proximity_domain); |
448 | 451 | ||