aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/mman.h')
-rw-r--r--include/asm-m68k/mman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68k/mman.h b/include/asm-m68k/mman.h
index f831c4eeae6e0f..ea262ab88b3bb5 100644
--- a/include/asm-m68k/mman.h
+++ b/include/asm-m68k/mman.h
@@ -35,6 +35,7 @@
#define MADV_SEQUENTIAL 0x2 /* read-ahead aggressively */
#define MADV_WILLNEED 0x3 /* pre-fault pages */
#define MADV_DONTNEED 0x4 /* discard these pages */
+#define MADV_REMOVE 0x5 /* remove these pages & resources */
/* compatibility flags */
#define MAP_ANON MAP_ANONYMOUS