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 <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent a2aa5dc commit b0d80db

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/arm64/abi

1 file changed

+1
-1
lines changed

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)