|
@@ -173,7 +173,7 @@ extern int mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol);
|
|
/* Check if a vma is migratable */
|
|
/* Check if a vma is migratable */
|
|
static inline int vma_migratable(struct vm_area_struct *vma)
|
|
static inline int vma_migratable(struct vm_area_struct *vma)
|
|
{
|
|
{
|
|
- if (vma->vm_flags & (VM_IO | VM_HUGETLB | VM_PFNMAP))
|
|
|
|
|
|
+ if (vma->vm_flags & (VM_IO | VM_PFNMAP))
|
|
return 0;
|
|
return 0;
|
|
/*
|
|
/*
|
|
* Migration allocates pages in the highest zone. If we cannot
|
|
* Migration allocates pages in the highest zone. If we cannot
|