From: Al Viro Date: Sat, 3 Jan 2009 07:16:23 +0000 (+0000) Subject: sanitize ifdefs in binfmt_aout X-Git-Tag: v2.6.29-rc1~530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17580d7f2f632ff8c9786d609508c35c9f56e1f3;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed