Explorar o código

mips: add HWCAP_ flags from linux v4.17

new in linux commit 256211f2b0b251e532d1899b115e374feb16fa7a
Szabolcs Nagy %!s(int64=6) %!d(string=hai) anos
pai
achega
1177f61d6e
Modificáronse 3 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      arch/mips/bits/hwcap.h
  2. 1 0
      arch/mips64/bits/hwcap.h
  3. 1 0
      arch/mipsn32/bits/hwcap.h

+ 1 - 0
arch/mips/bits/hwcap.h

@@ -1,2 +1,3 @@
 #define HWCAP_MIPS_R6		(1 << 0)
 #define HWCAP_MIPS_MSA		(1 << 1)
+#define HWCAP_MIPS_CRC32	(1 << 2)

+ 1 - 0
arch/mips64/bits/hwcap.h

@@ -1,2 +1,3 @@
 #define HWCAP_MIPS_R6		(1 << 0)
 #define HWCAP_MIPS_MSA		(1 << 1)
+#define HWCAP_MIPS_CRC32	(1 << 2)

+ 1 - 0
arch/mipsn32/bits/hwcap.h

@@ -1,2 +1,3 @@
 #define HWCAP_MIPS_R6		(1 << 0)
 #define HWCAP_MIPS_MSA		(1 << 1)
+#define HWCAP_MIPS_CRC32	(1 << 2)