Browse Source

mips: add HWCAP_ flags from linux v4.17

new in linux commit 256211f2b0b251e532d1899b115e374feb16fa7a
master
Szabolcs Nagy 8 years ago
committed by Rich Felker
parent
commit
1177f61d6e
  1. 1
      arch/mips/bits/hwcap.h
  2. 1
      arch/mips64/bits/hwcap.h
  3. 1
      arch/mipsn32/bits/hwcap.h

1
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
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
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)

Loading…
Cancel
Save