Commit 989d37fc authored by Mark Brown's avatar Mark Brown Committed by Will Deacon

kselftest/arm64: Add FEAT_RPRFM to the hwcap test

Since the newly added instruction is in the HINT space we can't reasonably
test for it actually being present.
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Reviewed-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20221017152520.1039165-5-broonie@kernel.orgSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent 939e4649
...@@ -138,6 +138,12 @@ static const struct hwcap_data { ...@@ -138,6 +138,12 @@ static const struct hwcap_data {
.cpuinfo = "rng", .cpuinfo = "rng",
.sigill_fn = rng_sigill, .sigill_fn = rng_sigill,
}, },
{
.name = "RPRFM",
.at_hwcap = AT_HWCAP2,
.hwcap_bit = HWCAP2_RPRFM,
.cpuinfo = "rprfm",
},
{ {
.name = "SME", .name = "SME",
.at_hwcap = AT_HWCAP2, .at_hwcap = AT_HWCAP2,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment