On Tue, Oct 01, 2024 at 11:58:57PM +0100, Mark Brown wrote: > Provide a hwcap to enable userspace to detect support for GCS. > > Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> > #define HWCAP_PACA (1 << 30) > #define HWCAP_PACG (1UL << 31) > +#define HWCAP_GCS (1UL << 32) > Acked-by: Yury Khrustalev <yury.khrustalev@xxxxxxx>