sparc64: Kill CONFIG_SPARC32_COMPAT
authorDavid S. Miller <davem@davemloft.net>
Sat, 26 Apr 2008 10:17:12 +0000 (03:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Apr 2008 04:41:19 +0000 (21:41 -0700)
It's completely superfluous, CONFIG_COMPAT is sufficient.

What this used to be is an umbrella for enabling code shared
by all 32-bit compat binary support types.  But with the
removal of SunOS and Solaris support, the only one left is
Linux 32-bit ELF.

Update defconfig.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found