diff options
Diffstat (limited to 'include/linux/mempolicy.h')
-rw-r--r-- | include/linux/mempolicy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h index 05443a766cb8..3e61e829681d 100644 --- a/include/linux/mempolicy.h +++ b/include/linux/mempolicy.h | |||
@@ -162,6 +162,9 @@ static inline void check_highest_zone(int k) | |||
162 | policy_zone = k; | 162 | policy_zone = k; |
163 | } | 163 | } |
164 | 164 | ||
165 | int do_migrate_pages(struct mm_struct *mm, | ||
166 | const nodemask_t *from_nodes, const nodemask_t *to_nodes, int flags); | ||
167 | |||
165 | #else | 168 | #else |
166 | 169 | ||
167 | struct mempolicy {}; | 170 | struct mempolicy {}; |