[PATCH RESEND v3] arm64: clean the additional checks before calling ghes_notify_sea()
From: rafael@kernel.org (Rafael J. Wysocki)
Date: 2018-08-12 09:43:32
Also in:
linux-acpi, lkml
From: rafael@kernel.org (Rafael J. Wysocki)
Date: 2018-08-12 09:43:32
Also in:
linux-acpi, lkml
On Sat, Aug 11, 2018 at 6:36 AM Dongjiu Geng [off-list ref] wrote:
In order to remove the additional check before calling the ghes_notify_sea(), make stub definition when !CONFIG_ACPI_APEI_SEA. After this cleanup, we can simply call the ghes_notify_sea() to let APEI driver handle the SEA notification. CC: Tyler Baicar <redacted> CC: James Morse <james.morse@arm.com> Signed-off-by: Dongjiu Geng <redacted> Acked-by: Will Deacon <redacted> Reviewed-by: Tyler Baicar <redacted> --- This cleanup is ever mentioned by Mark Rutland in [1] [1]: https://lkml.org/lkml/2018/5/31/289 change since v2: 1. Add 'Reviewed-by' of Tyler
I have applied the v2 already. Thanks!