X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fmm_types.h;h=de3a3217fdac9d60496ae8f25edb18c874b1e316;hp=5b42f1b34eb74b59964f9a717d436cad44481c05;hb=53fd7f912c0877647d6a1e1877f5ea8535ee0b4a;hpb=6aad3738f6a79fd0ca480eaceefe064cc471f6eb diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 5b42f1b34eb7..de3a3217fdac 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -297,6 +297,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 */