]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] powerpc: Fix compiling of ppc32
authorKumar Gala <galak@freescale.com>
Wed, 21 Sep 2005 20:44:11 +0000 (15:44 -0500)
committerPaul Mackerras <paulus@samba.org>
Thu, 22 Sep 2005 11:03:34 +0000 (21:03 +1000)
commit1a21551ec464d38c92ad79c385c47818b92789e6
tree17fa8141c7601ea8e7281cd54fd7a41ae35f7d85
parentce68637e2dd8ae9039dac6a7570f55ed329e7ced
[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 <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/auxvec.h