提交 2772f54b 编写于 作者: I Ingo Molnar

x86: add acpi_numa_slit_init() dummy implementation on 32-bit

allow CONFIG_ACPI_NUMA builds to succeed on 32-bit.
上级 84d6bd0e
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册