diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-03 04:11:07 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-03 04:23:53 -0400 |
commit | b28852d6703e4b72ce363c5168ea8d3fb28b9c57 (patch) | |
tree | b4eb36c5537cdc2096e4814f1eb3613b6ec5a19d /arch/x86/mm/discontig_32.c | |
parent | 2772f54bf37b033263abe4a2314c40a308a1a5cd (diff) |
x86: add dummy acpi_numa_processor_affinity_init() implementation on 32-bit
allow CONFIG_ACPI_NUMA builds to succeed.
Diffstat (limited to 'arch/x86/mm/discontig_32.c')
-rw-r--r-- | arch/x86/mm/discontig_32.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/mm/discontig_32.c b/arch/x86/mm/discontig_32.c index d28987a2f2bb..bb8544a7cb9d 100644 --- a/arch/x86/mm/discontig_32.c +++ b/arch/x86/mm/discontig_32.c | |||
@@ -462,4 +462,9 @@ EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); | |||
462 | void __init acpi_numa_slit_init(struct acpi_table_slit *slit) | 462 | void __init acpi_numa_slit_init(struct acpi_table_slit *slit) |
463 | { | 463 | { |
464 | } | 464 | } |
465 | |||
466 | void __init | ||
467 | acpi_numa_processor_affinity_init(struct acpi_srat_cpu_affinity *pa) | ||
468 | { | ||
469 | } | ||
465 | #endif | 470 | #endif |