diff options
Diffstat (limited to 'arch/mips/include/asm/mman.h')
| -rw-r--r-- | arch/mips/include/asm/mman.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mman.h b/arch/mips/include/asm/mman.h index a2250f390a2..c892bfb3e2c 100644 --- a/arch/mips/include/asm/mman.h +++ b/arch/mips/include/asm/mman.h @@ -75,6 +75,7 @@  #define MADV_MERGEABLE   12		/* KSM may merge identical pages */  #define MADV_UNMERGEABLE 13		/* KSM may not merge identical pages */ +#define MADV_HWPOISON    100		/* poison a page for testing */  /* compatibility flags */  #define MAP_FILE	0  |