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 here - there's a trap for the POR_EL0 so the test must fail if the hwcap isn't available.