X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=mm%2Fnommu.c;h=b989cb928a7cf29ec5ad66ff519f80633bfe8129;hb=ededa4d396b15c282aa60d6aacddfc07f0142dbf;hp=8f09333f78e1d63dbe1a5d24c9ba240ce683dbc6;hpb=0b776eb5426752d4e53354ac89e3710d857e09a7;p=powerpc.git diff --git a/mm/nommu.c b/mm/nommu.c index 8f09333f78..b989cb928a 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -12,6 +12,7 @@ * Copyright (c) 2002 Greg Ungerer */ +#include #include #include #include @@ -828,6 +829,9 @@ unsigned long do_mmap_pgoff(struct file *file, void *result; int ret; + if (!(flags & MAP_FIXED)) + addr = round_hint_to_min(addr); + /* decide whether we should attempt the mapping, and if so what sort of * mapping */ ret = validate_mmap_request(file, addr, len, prot, flags, pgoff,