소스 검색

mips: add HWCAP_ flags from linux v4.17

new in linux commit 256211f2b0b251e532d1899b115e374feb16fa7a
Szabolcs Nagy 7 년 전
부모
커밋
1177f61d6e
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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)