Skip to content

Commit

Permalink
x86: add dummy acpi_numa_processor_affinity_init() implementation on …
Browse files Browse the repository at this point in the history
…32-bit

allow CONFIG_ACPI_NUMA builds to succeed.
  • Loading branch information
Ingo Molnar committed Jun 3, 2008
1 parent 2772f54 commit b28852d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/x86/mm/discontig_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,4 +462,9 @@ EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
void __init acpi_numa_slit_init(struct acpi_table_slit *slit)
{
}

void __init
acpi_numa_processor_affinity_init(struct acpi_srat_cpu_affinity *pa)
{
}
#endif

0 comments on commit b28852d

Please sign in to comment.