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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user