diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mempolicy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h index 172b9c6acb91..b0fab9e80655 100644 --- a/include/linux/mempolicy.h +++ b/include/linux/mempolicy.h | |||
@@ -50,6 +50,7 @@ enum { | |||
50 | * are never OR'ed into the mode in mempolicy API arguments. | 50 | * are never OR'ed into the mode in mempolicy API arguments. |
51 | */ | 51 | */ |
52 | #define MPOL_F_SHARED (1 << 0) /* identify shared policies */ | 52 | #define MPOL_F_SHARED (1 << 0) /* identify shared policies */ |
53 | #define MPOL_F_LOCAL (1 << 1) /* preferred local allocation */ | ||
53 | 54 | ||
54 | #ifdef __KERNEL__ | 55 | #ifdef __KERNEL__ |
55 | 56 | ||