diff options
Diffstat (limited to 'mm/mempolicy.c')
-rw-r--r-- | mm/mempolicy.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index cf2a5381030a..d76e8eb342d0 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c | |||
@@ -321,15 +321,6 @@ static inline int check_pgd_range(struct vm_area_struct *vma, | |||
321 | return 0; | 321 | return 0; |
322 | } | 322 | } |
323 | 323 | ||
324 | /* Check if a vma is migratable */ | ||
325 | static inline int vma_migratable(struct vm_area_struct *vma) | ||
326 | { | ||
327 | if (vma->vm_flags & ( | ||
328 | VM_LOCKED|VM_IO|VM_HUGETLB|VM_PFNMAP|VM_RESERVED)) | ||
329 | return 0; | ||
330 | return 1; | ||
331 | } | ||
332 | |||
333 | /* | 324 | /* |
334 | * Check if all pages in a range are on a set of nodes. | 325 | * Check if all pages in a range are on a set of nodes. |
335 | * If pagelist != NULL then isolate pages from the LRU and | 326 | * If pagelist != NULL then isolate pages from the LRU and |