xen/arm: acpi: Don't fail if SPCR table is absent
authorElliott Mitchell <ehem+xen@m5p.com>
Wed, 21 Oct 2020 22:12:53 +0000 (15:12 -0700)
committerHans van Kranenburg <hans@knorrie.org>
Fri, 8 Apr 2022 09:40:51 +0000 (10:40 +0100)
commit23b9bc4e8ef122347c5d733e0eb6c43f642e24c1
tree8900554e212dedbd68113f7f08e600030ef61e4a
parentc11c796690fec4fccc45d8a6e7a6e4a015c10fd7
xen/arm: acpi: Don't fail if SPCR table is absent

Absence of a SPCR table likely means the console is a framebuffer.  In
such case acpi_iomem_deny_access() should NOT fail.

Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
(cherry picked from commit 861f0c110976fa8879b7bf63d9478b6be83d4ab6)

Gbp-Pq: Name 0029-xen-arm-acpi-Don-t-fail-if-SPCR-table-is-absent.patch
xen/arch/arm/acpi/domain_build.c