aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/mempolicy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/mempolicy.h b/include/uapi/linux/mempolicy.h
index d23dca8367c..472de8a5d37 100644
--- a/include/uapi/linux/mempolicy.h
+++ b/include/uapi/linux/mempolicy.h
@@ -61,6 +61,7 @@ enum mpol_rebind_step {
61#define MPOL_F_SHARED (1 << 0) /* identify shared policies */ 61#define MPOL_F_SHARED (1 << 0) /* identify shared policies */
62#define MPOL_F_LOCAL (1 << 1) /* preferred local allocation */ 62#define MPOL_F_LOCAL (1 << 1) /* preferred local allocation */
63#define MPOL_F_REBINDING (1 << 2) /* identify policies in rebinding */ 63#define MPOL_F_REBINDING (1 << 2) /* identify policies in rebinding */
64#define MPOL_F_MOF (1 << 3) /* this policy wants migrate on fault */
64 65
65 66
66#endif /* _UAPI_LINUX_MEMPOLICY_H */ 67#endif /* _UAPI_LINUX_MEMPOLICY_H */