Skip to content

Commit b0d80db

Browse files
Andre-ARMctmarinas
authored andcommitted
kselftest/arm64: hwcap: fix f8dp2 cpuinfo name
The F8DP2 DPISA extension has a separate cpuinfo field, named accordingly. Change the erroneously placed name of "f8dp4" to "f8dp2". Fixes: 44d10c2 ("kselftest/arm64: Add 2023 DPISA hwcap test coverage") Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20240816153251.2833702-3-andre.przywara@arm.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent a2aa5dc commit b0d80db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/testing/selftests/arm64/abi

tools/testing/selftests/arm64/abi/hwcap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ static const struct hwcap_data {
490490
.name = "F8DP2",
491491
.at_hwcap = AT_HWCAP2,
492492
.hwcap_bit = HWCAP2_F8DP2,
493-
.cpuinfo = "f8dp4",
493+
.cpuinfo = "f8dp2",
494494
.sigill_fn = f8dp2_sigill,
495495
},
496496
{

0 commit comments

Comments
 (0)