On Fri, Oct 27, 2023 at 07:08:47PM +0100, Joey Gouly wrote:
> + {
> + .name = "POE",
> + .at_hwcap = AT_HWCAP2,
> + .hwcap_bit = HWCAP2_POE,
> + .cpuinfo = "poe",
> + .sigill_fn = poe_sigill,
> + },
We should set sigill_reliable
Check that when POE is enabled, the POR_EL0 register is accessible.
Signed-off-by: Joey Gouly
Cc: Catalin Marinas
Cc: Will Deacon
Cc: Mark Brown
Cc: Shuah Khan
---
tools/testing/selftests/arm64/abi/hwcap.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/tools/testing/selft