Browse Source

aarch64/bits/mman.h: add PROT_MTE from linux v5.10

see

  linux commit 9f3419315f3cdc41a7318e4d50ba18a592b30c8c
  arm64: mte: Add PROT_MTE support to mmap() and mprotect()
Szabolcs Nagy 4 years ago
parent
commit
3309e2d7a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/aarch64/bits/mman.h

+ 1 - 0
arch/aarch64/bits/mman.h

@@ -1 +1,2 @@
 #define PROT_BTI 0x10
+#define PROT_MTE 0x20