From: Serge E. Hallyn Date: Tue, 9 Feb 2010 02:35:02 +0000 (-0600) Subject: x86-32: Make AT_VECTOR_SIZE_ARCH=2 X-Git-Tag: v2.6.33-rc8~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9db6c41f739a294286847aab1e85f39aef1781;p=pandora-kernel.git x86-32: Make AT_VECTOR_SIZE_ARCH=2 Both x86-32 and x86-64 with 32-bit compat use ARCH_DLINFO_IA32, which defines two saved_auxv entries. But system.h only defines AT_VECTOR_SIZE_ARCH as 2 for CONFIG_IA32_EMULATION, not for CONFIG_X86_32. Fix that. Signed-off-by: Serge E. Hallyn LKML-Reference: <20100209023502.GA15408@us.ibm.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed