summaryrefslogtreecommitdiff
path: root/fs/binfmt_aout.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-05-29 14:50:41 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-05-29 14:50:43 +1000
commitbf1ef9c39e723865c9cbe53250e195ca2730f3e1 (patch)
tree185675fd52490b1f298b10c5ff9add939795f3e5 /fs/binfmt_aout.c
parentae6beaeeb6006459cb779637ea41310ff76d7dcb (diff)
parentdb337d977352895b8f234c5cbd52cc81a31894eb (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'fs/binfmt_aout.c')
-rw-r--r--fs/binfmt_aout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/binfmt_aout.c b/fs/binfmt_aout.c
index bce87694f7b0..89dec7f789a4 100644
--- a/fs/binfmt_aout.c
+++ b/fs/binfmt_aout.c
@@ -255,8 +255,6 @@ static int load_aout_binary(struct linux_binprm * bprm)
(current->mm->start_data = N_DATADDR(ex));
current->mm->brk = ex.a_bss +
(current->mm->start_brk = N_BSSADDR(ex));
- current->mm->free_area_cache = current->mm->mmap_base;
- current->mm->cached_hole_size = 0;
retval = setup_arg_pages(bprm, STACK_TOP, EXSTACK_DEFAULT);
if (retval < 0) {