[v2,5/7] linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h

Message ID 20231031163239.4020952-6-adhemerval.zanella@linaro.org
State Committed
Commit 9b3cb0277e3aabd3f472481abddcc19d003b3ebc
Headers
Series Updates from Linux 6.6 |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_glibc_build--master-arm success Testing passed

Commit Message

Adhemerval Zanella Netto Oct. 31, 2023, 4:32 p.m. UTC
  ---
 sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Joseph Myers Nov. 2, 2023, 9:08 p.m. UTC | #1
OK.
  

Patch

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index b251c2d417..8cfac79749 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -99,3 +99,4 @@ 
 #define HWCAP2_SME_B16B16	(1UL << 41)
 #define HWCAP2_SME_F16F16	(1UL << 42)
 #define HWCAP2_MOPS		(1UL << 43)
+#define HWCAP2_HBC		(1UL << 44)