aarch64: Add HWCAP_GCS

Use upper 32 bits of HWCAP.
This commit is contained in:
Szabolcs Nagy 2023-07-13 06:43:33 +01:00 committed by Yury Khrustalev
parent 0e8738a48c
commit 01d2e29c10

View File

@ -54,6 +54,7 @@
#define HWCAP_SB (1 << 29)
#define HWCAP_PACA (1 << 30)
#define HWCAP_PACG (1UL << 31)
#define HWCAP_GCS (1UL << 32)
#define HWCAP2_DCPODP (1 << 0)
#define HWCAP2_SVE2 (1 << 1)