diff options
| -rw-r--r-- | include/asm-generic/mmu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-generic/mmu.h b/include/asm-generic/mmu.h index a67ae0a91599..0ed3f1cfb854 100644 --- a/include/asm-generic/mmu.h +++ b/include/asm-generic/mmu.h | |||
| @@ -8,6 +8,11 @@ | |||
| 8 | #ifndef __ASSEMBLY__ | 8 | #ifndef __ASSEMBLY__ |
| 9 | typedef struct { | 9 | typedef struct { |
| 10 | unsigned long end_brk; | 10 | unsigned long end_brk; |
| 11 | |||
| 12 | #ifdef CONFIG_BINFMT_ELF_FDPIC | ||
| 13 | unsigned long exec_fdpic_loadmap; | ||
| 14 | unsigned long interp_fdpic_loadmap; | ||
| 15 | #endif | ||
| 11 | } mm_context_t; | 16 | } mm_context_t; |
| 12 | #endif | 17 | #endif |
| 13 | 18 | ||
