Re: [PATCH v3 22/25] kselftest/arm64: add HWCAP test for FEAT_S1POE

2023-11-24 Thread Mark Brown
On Fri, Nov 24, 2023 at 04:35:07PM +, Joey Gouly wrote: > Check that when POE is enabled, the POR_EL0 register is accessible. Reviewed-by: Mark Brown signature.asc Description: PGP signature

[PATCH v3 22/25] kselftest/arm64: add HWCAP test for FEAT_S1POE

2023-11-24 Thread Joey Gouly
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 | 14 ++ 1 file changed, 14 insertions(+) diff --git a/tools/testing/self