mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
[linux-2.6-block.git] / drivers / video / smscufx.c
index 5533a32c6ca132e8c981b7306c88d354fea7a23c..97bd6620c36494d993b0d77877a2531be80250c3 100644 (file)
@@ -803,7 +803,6 @@ static int ufx_ops_mmap(struct fb_info *info, struct vm_area_struct *vma)
                        size = 0;
        }
 
-       vma->vm_flags |= VM_RESERVED;   /* avoid to swap out this VMA */
        return 0;
 }