aarch64, or1k: define rseq syscall number following linux v4.19
[musl] / arch / aarch64 / bits / hwcap.h
index 6fa64e8..8541e32 100644 (file)
@@ -22,3 +22,7 @@
 #define HWCAP_SHA512           (1 << 21)
 #define HWCAP_SVE              (1 << 22)
 #define HWCAP_ASIMDFHM         (1 << 23)
+#define HWCAP_DIT              (1 << 24)
+#define HWCAP_USCAT            (1 << 25)
+#define HWCAP_ILRCPC           (1 << 26)
+#define HWCAP_FLAGM            (1 << 27)