aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/include/asm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/include/asm/mmu.h')
-rw-r--r--arch/c6x/include/asm/mmu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/c6x/include/asm/mmu.h b/arch/c6x/include/asm/mmu.h
index 41592bf16067..4467e770a1ce 100644
--- a/arch/c6x/include/asm/mmu.h
+++ b/arch/c6x/include/asm/mmu.h
@@ -13,6 +13,10 @@
typedef struct {
unsigned long end_brk;
+#ifdef CONFIG_BINFMT_ELF_FDPIC
+ unsigned long exec_fdpic_loadmap;
+ unsigned long interp_fdpic_loadmap;
+#endif
} mm_context_t;
#endif /* _ASM_C6X_MMU_H */