提交 d1ce263f 编写于 作者: R Robert Richter 提交者: Marc Zyngier

irqchip/gic-v3-its: Remove ACPICA version check for ACPI NUMA

The version check was added due to dependency to

 a618c7f8 ACPICA: Add support for new SRAT subtable

Now, that this code is in the kernel, remove the check. This is esp.
useful to enable backports.
Signed-off-by: NRobert Richter <rrichter@cavium.com>
Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
上级 65a30f8b
...@@ -1835,7 +1835,7 @@ static int __init its_of_probe(struct device_node *node) ...@@ -1835,7 +1835,7 @@ static int __init its_of_probe(struct device_node *node)
#define ACPI_GICV3_ITS_MEM_SIZE (SZ_128K) #define ACPI_GICV3_ITS_MEM_SIZE (SZ_128K)
#if defined(CONFIG_ACPI_NUMA) && (ACPI_CA_VERSION >= 0x20170531) #ifdef CONFIG_ACPI_NUMA
struct its_srat_map { struct its_srat_map {
/* numa node id */ /* numa node id */
u32 numa_node; u32 numa_node;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册