Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347922
b: refs/heads/master
c: 9d2951b
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Arnd Bergmann committed Dec 9, 2012
1 parent ba4e6cd commit 6c7a2ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20154fd3706d603216f462854862203d231c6086
refs/heads/master: 9d2951bcd96ff2d5a88022ad3b4aebd6357d65d7
5 changes: 5 additions & 0 deletions trunk/include/asm-generic/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
#ifndef __ASSEMBLY__
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

Expand Down

0 comments on commit 6c7a2ff

Please sign in to comment.