Merge git://git.kvack.org/~bcrl/aio-next
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / mm_types.h
index da8cf5c..d9851ee 100644 (file)
@@ -333,6 +333,7 @@ struct mm_struct {
                                unsigned long pgoff, unsigned long flags);
 #endif
        unsigned long mmap_base;                /* base of mmap area */
+       unsigned long mmap_legacy_base;         /* base of mmap area in bottom-up allocations */
        unsigned long task_size;                /* size of task vm space */
        unsigned long highest_vm_end;           /* highest vma end address */
        pgd_t * pgd;