https://github.com/torvalds/linux
Revision 8c9ed899b44c19e81859fbb0e9d659fe2f8630fc authored by David Howells on 07 May 2009, 10:41:37 UTC, committed by Linus Torvalds on 07 May 2009, 19:03:41 UTC
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>
1 parent ee7fee0
History
Tip revision: 8c9ed899b44c19e81859fbb0e9d659fe2f8630fc authored by David Howells on 07 May 2009, 10:41:37 UTC
NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()
Tip revision: 8c9ed89

back to top