diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-10-25 16:02:11 -0400 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-10-28 09:29:43 -0400 |
| commit | 0fb75c8ce15be60e768c06adabf00ff79e5c2501 (patch) | |
| tree | 7cf9e1ed79618e4c885594e100dfa74ab1210b18 /tools/include/uapi | |
| parent | e0c4758278e2452ad28149f620b81ce43b2df7b6 (diff) | |
tools: Update asm-generic/mman-common.h copy from the kernel
To get the defines introduced in the commit e8c24d3a23a4 ("x86/pkeys:
Allocation/free syscalls")
Silencing this perf build warning:
Warning: tools/include/uapi/asm-generic/mman-common.h differs from kernel
Need to change 'perf trace' to beautify those syscalls, as soon as
booting with a kernel with it.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-yev9rexu02cl7cjeozzmrl9t@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/include/uapi')
| -rw-r--r-- | tools/include/uapi/asm-generic/mman-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/include/uapi/asm-generic/mman-common.h b/tools/include/uapi/asm-generic/mman-common.h index 58274382a616..8c27db0c5c08 100644 --- a/tools/include/uapi/asm-generic/mman-common.h +++ b/tools/include/uapi/asm-generic/mman-common.h | |||
| @@ -72,4 +72,9 @@ | |||
| 72 | #define MAP_HUGE_SHIFT 26 | 72 | #define MAP_HUGE_SHIFT 26 |
| 73 | #define MAP_HUGE_MASK 0x3f | 73 | #define MAP_HUGE_MASK 0x3f |
| 74 | 74 | ||
| 75 | #define PKEY_DISABLE_ACCESS 0x1 | ||
| 76 | #define PKEY_DISABLE_WRITE 0x2 | ||
| 77 | #define PKEY_ACCESS_MASK (PKEY_DISABLE_ACCESS |\ | ||
| 78 | PKEY_DISABLE_WRITE) | ||
| 79 | |||
| 75 | #endif /* __ASM_GENERIC_MMAN_COMMON_H */ | 80 | #endif /* __ASM_GENERIC_MMAN_COMMON_H */ |
