From: David Woodhouse Date: Tue, 17 Jun 2008 11:19:34 +0000 (+0100) Subject: Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT X-Git-Tag: v2.6.28-rc1~610^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17c6d56160e4fb9e8c2830e30cc9741d4309989;p=pandora-kernel.git Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT HAVE_AOUT doesn't quite do the same thing as the recently removed ARCH_SUPPORTS_AOUT config option. That was set even on platforms where binfmt_aout isn't supported, although it's not entirely clear why. So it's best just to introduce a new symbol, handled consistently with other similar HAVE_xxx symbols; with a simple 'select' in the arch Kconfig. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed