Merge commit 'v2.6.30' into for-2.6.31
[firefly-linux-kernel-4.4.55.git] / mm / nommu.c
index 67cd1a487ee63ee11ca0f372c0f76c6f1f61fcc7..b571ef707428c5e171fa27b7fc09d0212018c5df 100644 (file)
@@ -515,8 +515,6 @@ static void add_nommu_region(struct vm_region *region)
 
        validate_nommu_regions();
 
-       BUG_ON(region->vm_start & ~PAGE_MASK);
-
        parent = NULL;
        p = &nommu_region_tree.rb_node;
        while (*p) {