X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fmm_types.h;h=de3a3217fdac9d60496ae8f25edb18c874b1e316;hb=e3ea2576a59f960617808253b6923538328a51a4;hp=5b42f1b34eb74b59964f9a717d436cad44481c05;hpb=32aaeffbd4a7457bf2f7448b33b5946ff2a960eb;p=pandora-kernel.git 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 */