aarch64: add HWCAP2_ macros from linux v5.3
authorSzabolcs Nagy <nsz@port70.net>
Tue, 31 Mar 2020 20:57:46 +0000 (20:57 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 9 Sep 2020 21:20:40 +0000 (17:20 -0400)
these were missed before, added in

  linux commit 1201937491822b61641c1878ebcd16a93aed4540
  arm64: Expose ARMv8.5 CondM capability to userspace

  linux commit ca9503fc9e9812aa6258e55d44edb03eb30fc46f
  arm64: Expose FRINT capabilities to userspace

arch/aarch64/bits/hwcap.h

index a748402..cb44291 100644 (file)
@@ -38,3 +38,5 @@
 #define HWCAP2_SVEBITPERM      (1 << 4)
 #define HWCAP2_SVESHA3         (1 << 5)
 #define HWCAP2_SVESM4          (1 << 6)
+#define HWCAP2_FLAGM2          (1 << 7)
+#define HWCAP2_FRINT           (1 << 8)