]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/nommu.c
Add buffer head related helper functions
[linux-2.6-omap-h63xx.git] / mm / nommu.c
index 8f09333f78e1d63dbe1a5d24c9ba240ce683dbc6..b989cb928a7cf29ec5ad66ff519f80633bfe8129 100644 (file)
@@ -12,6 +12,7 @@
  *  Copyright (c) 2002      Greg Ungerer <gerg@snapgear.com>
  */
 
+#include <linux/module.h>
 #include <linux/mm.h>
 #include <linux/mman.h>
 #include <linux/swap.h>
@@ -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,