Merge remote-tracking branch 'origin/upstream/android-common-3.10' into linux-linaro...
[firefly-linux-kernel-4.4.55.git] / include / linux / mm_types.h
index 875ba48dd72b6e818accf82490106faaf5071665..93ddd4eb910b8d398927ee29686f7f9fbcd837be 100644 (file)
@@ -338,6 +338,7 @@ struct mm_struct {
        void (*unmap_area) (struct mm_struct *mm, unsigned long addr);
 #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 cached_hole_size;         /* if non-zero, the largest hole below free_area_cache */
        unsigned long free_area_cache;          /* first hole of size cached_hole_size or larger */