hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/tools/arch/parisc/include/uapi/asm/mman.h
....@@ -1,20 +1,20 @@
11 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 #ifndef TOOLS_ARCH_PARISC_UAPI_ASM_MMAN_FIX_H
33 #define TOOLS_ARCH_PARISC_UAPI_ASM_MMAN_FIX_H
4
-#define MADV_DODUMP 70
4
+#define MADV_DODUMP 17
55 #define MADV_DOFORK 11
6
-#define MADV_DONTDUMP 69
6
+#define MADV_DONTDUMP 16
77 #define MADV_DONTFORK 10
88 #define MADV_DONTNEED 4
99 #define MADV_FREE 8
10
-#define MADV_HUGEPAGE 67
11
-#define MADV_MERGEABLE 65
12
-#define MADV_NOHUGEPAGE 68
10
+#define MADV_HUGEPAGE 14
11
+#define MADV_MERGEABLE 12
12
+#define MADV_NOHUGEPAGE 15
1313 #define MADV_NORMAL 0
1414 #define MADV_RANDOM 1
1515 #define MADV_REMOVE 9
1616 #define MADV_SEQUENTIAL 2
17
-#define MADV_UNMERGEABLE 66
17
+#define MADV_UNMERGEABLE 13
1818 #define MADV_WILLNEED 3
1919 #define MAP_ANONYMOUS 0x10
2020 #define MAP_DENYWRITE 0x0800