sanitize ifdefs in binfmt_aout
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 3 Jan 2009 07:16:23 +0000 (07:16 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Jan 2009 19:45:54 +0000 (11:45 -0800)
commit17580d7f2f632ff8c9786d609508c35c9f56e1f3
tree488abddb16d4640f4c27fdcf2c36186c6b70bdcc
parentfe30af971d896c144ef4708f97cf9d3186303c42
sanitize ifdefs in binfmt_aout

They are actually alpha vs.  i386/arm/m68k i.e. ecoff vs. aout.

In the only place where we actually tried to handle arm and i386/m68k in
different ways (START_DATA() in coredump handling), the arm variant
works for all of them (i386 and m68k have u.start_code set to 0).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_aout.c