[PATCH] powerpc: Fix compiling of ppc32
[safe/jmp/linux-2.6] / include / asm-powerpc / auxvec.h
index 19a099b..79d8c47 100644 (file)
@@ -14,6 +14,8 @@
 /* The vDSO location. We have to use the same value as x86 for glibc's
  * sake :-)
  */
+#ifdef __powerpc64__
 #define AT_SYSINFO_EHDR                33
+#endif
 
 #endif