From: Kumar Gala Date: Wed, 21 Sep 2005 20:44:11 +0000 (-0500) Subject: [PATCH] powerpc: Fix compiling of ppc32 X-Git-Tag: v2.6.15-rc1~59^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2ac7a25f1b11c4a695c9288339d0476ecfaf38;p=pandora-kernel.git [PATCH] powerpc: Fix compiling of ppc32 The merging of auxvec.h into asm-powerpc introduced the AT_SYSINFO_EHDR into the ppc32 build that is used for VDSO. However, we dont have VDSO support in the ppc32 tree at this time. Introducing this define causes a number of other things to get built with the assumption of VDSO, thus causing the compile errors for ppc32. Until we have VDSO on ppc32 we will leave AT_SYSINFO_EHDR a ppc64 only define. Signed-off-by: Kumar K. Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed