Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1eb3a98 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Add missing definition for MADV_HWPOISON.



Thanks to Joseph S. Myers for reporting this.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Cc: "Joseph S. Myers" <joseph@codesourcery.com>
Patchwork: http://patchwork.linux-mips.org/patch/723/
parent c677189a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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