NOMMU: Ignore mmap() address param as it is a hint
authorDavid Howells <dhowells@redhat.com>
Thu, 24 Sep 2009 11:33:48 +0000 (12:33 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Sep 2009 00:20:29 +0000 (17:20 -0700)
commit06aab5a3084e1d825384fa353e6df4c7949c8683
treef4db2f267151e2173b86ee4b945bf07688d6ffd2
parent934831d060ccd5471ecbc562804a8d3ccd6e562c
NOMMU: Ignore mmap() address param as it is a hint

Ignore the address parameter given to NOMMU mmap() as it is a hint, rather
than giving an error if it's non-zero.  MAP_FIXED still gets an error.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/nommu.c