mips: add HWCAP_ flags from linux v4.17
authorSzabolcs Nagy <nsz@port70.net>
Sat, 9 Jun 2018 22:58:19 +0000 (22:58 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Jun 2018 17:27:27 +0000 (13:27 -0400)
new in linux commit 256211f2b0b251e532d1899b115e374feb16fa7a

arch/mips/bits/hwcap.h
arch/mips64/bits/hwcap.h
arch/mipsn32/bits/hwcap.h

index 05cffba4ccc48b62f09e7f6bce3aeea443af1b7f..13e86fe702eefb44fbf38ce4df12401d19d6d79b 100644 (file)
@@ -1,2 +1,3 @@
 #define HWCAP_MIPS_R6          (1 << 0)
 #define HWCAP_MIPS_MSA         (1 << 1)
+#define HWCAP_MIPS_CRC32       (1 << 2)
index 05cffba4ccc48b62f09e7f6bce3aeea443af1b7f..13e86fe702eefb44fbf38ce4df12401d19d6d79b 100644 (file)
@@ -1,2 +1,3 @@
 #define HWCAP_MIPS_R6          (1 << 0)
 #define HWCAP_MIPS_MSA         (1 << 1)
+#define HWCAP_MIPS_CRC32       (1 << 2)
index 05cffba4ccc48b62f09e7f6bce3aeea443af1b7f..13e86fe702eefb44fbf38ce4df12401d19d6d79b 100644 (file)
@@ -1,2 +1,3 @@
 #define HWCAP_MIPS_R6          (1 << 0)
 #define HWCAP_MIPS_MSA         (1 << 1)
+#define HWCAP_MIPS_CRC32       (1 << 2)