NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()

Don't check vm_region::vm_start is page aligned in add_nommu_region() because
the region may reflect some non-page-aligned mapped file, such as could be
obtained from RomFS XIP.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by David Howells and committed by Linus Torvalds 8c9ed899 ee7fee0b

-2
-2
mm/nommu.c
··· 515 515 516 516 validate_nommu_regions(); 517 517 518 - BUG_ON(region->vm_start & ~PAGE_MASK); 519 - 520 518 parent = NULL; 521 519 p = &nommu_region_tree.rb_node; 522 520 while (*p) {