mm: fix exit_mmap BUG() on a.out binary exit

The problem was introduced by commit "mm: variable length argument
support" (b6a2fea39318e43fee84fa7b0b90d68bed92d2ba)
as it didn't update fs/binfmt_aout.c like other binfmt's.

I noticed that on alpha when accidentally launched old OSF/1
Acrobat Reader binary. Obviously, other architectures are affected
as well.

Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Ollie Wild <aaw@google.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Hugh Dickins <hugh@veritas.com>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Ivan Kokshaysky and committed by Linus Torvalds 3c378158 fbdcf18d

-1
-1
fs/binfmt_aout.c
··· 319 current->mm->free_area_cache = current->mm->mmap_base; 320 current->mm->cached_hole_size = 0; 321 322 - current->mm->mmap = NULL; 323 compute_creds(bprm); 324 current->flags &= ~PF_FORKNOEXEC; 325 #ifdef __sparc__
··· 319 current->mm->free_area_cache = current->mm->mmap_base; 320 current->mm->cached_hole_size = 0; 321 322 compute_creds(bprm); 323 current->flags &= ~PF_FORKNOEXEC; 324 #ifdef __sparc__