Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297755 | Differences between
and this patch

Collapse All | Expand All

(-)a/include/asm-generic/mman.h (+2 lines)
Lines 34-39 Link Here
34
#define MADV_REMOVE	9		/* remove these pages & resources */
34
#define MADV_REMOVE	9		/* remove these pages & resources */
35
#define MADV_DONTFORK	10		/* don't inherit across fork */
35
#define MADV_DONTFORK	10		/* don't inherit across fork */
36
#define MADV_DOFORK	11		/* do inherit across fork */
36
#define MADV_DOFORK	11		/* do inherit across fork */
37
#define MADV_MERGEABLE	12		/* KSM may merge identical pages */
38
#define MADV_UNMERGEABLE 13		/* KSM may not merge identical pages */
37
39
38
/* compatibility flags */
40
/* compatibility flags */
39
#define MAP_FILE	0
41
#define MAP_FILE	0

Return to bug 297755