1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-31 12:50:02 +00:00

glibc: fix HWCAP2_GCS definition

The bit index for HWCAP2_GCS changed, so update the glibc patch to
reflect the number used in the kernel.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2024-07-03 11:25:08 +01:00
parent 062c2c9e10
commit b368aecda5
@@ -18,7 +18,7 @@ index 91f0e312b9..476cf5a299 100644
#define HWCAP2_SME_F16F16 (1UL << 42)
#define HWCAP2_MOPS (1UL << 43)
#define HWCAP2_HBC (1UL << 44)
+#define HWCAP2_GCS (1UL << 48)
+#define HWCAP2_GCS (1UL << 63)
--
2.34.1