From b368aecda53040f387694619f35af2a53f529efd Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 3 Jul 2024 11:25:08 +0100 Subject: [PATCH] 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 --- meta-arm-gcs/recipes-core/glibc/files/gcs.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-gcs/recipes-core/glibc/files/gcs.patch b/meta-arm-gcs/recipes-core/glibc/files/gcs.patch index 289246d2..b357a612 100644 --- a/meta-arm-gcs/recipes-core/glibc/files/gcs.patch +++ b/meta-arm-gcs/recipes-core/glibc/files/gcs.patch @@ -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