Skip to content

Commit

Permalink
irqchip/gic-v3-its: Remove ACPICA version check for ACPI NUMA
Browse files Browse the repository at this point in the history
The version check was added due to dependency to

 a618c7f 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: Robert Richter <rrichter@cavium.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
  • Loading branch information
Robert Richter authored and Marc Zyngier committed Aug 2, 2017
1 parent 65a30f8 commit d1ce263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/irqchip/irq-gic-v3-its.c
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ static int __init its_of_probe(struct device_node *node)

#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 {
/* numa node id */
u32 numa_node;
Expand Down

0 comments on commit d1ce263

Please sign in to comment.