aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
authorSzabolcs Nagy <nsz@port70.net>
Sat, 19 Dec 2020 22:26:51 +0000 (22:26 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 15 Feb 2021 14:16:06 +0000 (09:16 -0500)
see

  linux commit 3b714d24ef173f81c78af16f73dcc9b40428c803
  arm64: mte: CPU feature detection and initial sysreg configuration

arch/aarch64/bits/hwcap.h

index 725afeb..424cc4d 100644 (file)
@@ -49,3 +49,4 @@
 #define HWCAP2_DGH             (1 << 15)
 #define HWCAP2_RNG             (1 << 16)
 #define HWCAP2_BTI             (1 << 17)
+#define HWCAP2_MTE             (1 << 18)