aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
[musl] / arch / aarch64 / bits / hwcap.h
index 7ab73f9..725afeb 100644 (file)
@@ -48,3 +48,4 @@
 #define HWCAP2_BF16            (1 << 14)
 #define HWCAP2_DGH             (1 << 15)
 #define HWCAP2_RNG             (1 << 16)
+#define HWCAP2_BTI             (1 << 17)