aarch64: add HWCAP_ flags from linux v4.17
authorSzabolcs Nagy <nsz@port70.net>
Sat, 9 Jun 2018 22:51:08 +0000 (22:51 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Jun 2018 17:27:17 +0000 (13:27 -0400)
hwcaps for armv8.4, new in linux commit
7206dc93a58fb76421c4411eefa3c003337bcb2d

arch/aarch64/bits/hwcap.h

index 6fa64e8ce799a833be8076fce4a0f5509b9b6044..8541e3292284cb621c15493e1c8f70878db8e45f 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)