Skip to content

Commit

Permalink
x86: add acpi_numa_slit_init() dummy implementation on 32-bit
Browse files Browse the repository at this point in the history
allow CONFIG_ACPI_NUMA builds to succeed on 32-bit.
  • Loading branch information
Ingo Molnar committed Jun 3, 2008
1 parent 84d6bd0 commit 2772f54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/x86/mm/discontig_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,3 +454,12 @@ int memory_add_physaddr_to_nid(u64 addr)

EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
#endif

#ifdef CONFIG_ACPI_NUMA
/*
* Dummy on 32-bit, for now:
*/
void __init acpi_numa_slit_init(struct acpi_table_slit *slit)
{
}
#endif

0 comments on commit 2772f54

Please sign in to comment.