Merge branch 'linux-3.10.y' of git://git.kernel.org/pub/scm/linux/kernel/git/stable...
[firefly-linux-kernel-4.4.55.git] / include / asm-generic / mmu.h
index 4f4aa56d6b5273246082cb8e31defedfada1fc43..0ed3f1cfb85444443566ca46ca6ceb7e15d3e017 100644 (file)
@@ -7,8 +7,12 @@
  */
 #ifndef __ASSEMBLY__
 typedef struct {
-       struct vm_list_struct   *vmlist;
        unsigned long           end_brk;
+
+#ifdef CONFIG_BINFMT_ELF_FDPIC
+       unsigned long           exec_fdpic_loadmap;
+       unsigned long           interp_fdpic_loadmap;
+#endif
 } mm_context_t;
 #endif