]> git.karo-electronics.de Git - linux-beck.git/commit
ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macro
authorAl Stone <al.stone@linaro.org>
Mon, 6 Jul 2015 23:16:48 +0000 (17:16 -0600)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 7 Jul 2015 13:55:04 +0000 (14:55 +0100)
commit99e3e3ae332b6ca91d5c444ea7849f367f5e5a76
treeac1013f0212e4bdf6591bc983db3b942f5555dd1
parentb6cfb277378ef831c0fa84bcff5049307294adc6
ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macro

For those parts of the arm64 ACPI code that need to check GICC subtables
in the MADT, use the new BAD_MADT_GICC_ENTRY macro instead of the previous
BAD_MADT_ENTRY.  The new macro takes into account differences in the size
of the GICC subtable that the old macro did not; this caused failures even
though the subtable entries are valid.

Fixes: aeb823bbacc2 ("ACPICA: ACPI 6.0: Add changes for FADT table.")
Signed-off-by: Al Stone <al.stone@linaro.org>
Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Acked-by: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/smp.c
drivers/irqchip/irq-gic.c