On Tue, Jul 26, 2005 at 02:46:20PM -0700, akpm@osdl.org wrote: > > The patch titled > > Define auxiliary vector size, AT_VECTOR_SIZE > > has been added to the -mm tree. Its filename is > > define-auxiliary-vector-size-at_vector_size.patch > > Patches currently in -mm which might be from hjl@lucon.org are > > define-auxiliary-vector-size-at_vector_size.patch > > My patch breaks x86_64 build. This patch will fix x86_64 build. I am also enclosing the updated full patch. H.J. ---- --- linux/arch/x86_64/ia32/ia32_binfmt.c.auxv 2005-07-08 11:50:04.000000000 -0700 +++ linux/arch/x86_64/ia32/ia32_binfmt.c 2005-07-26 16:13:58.312017331 -0700 @@ -9,6 +9,7 @@ #include #include #include +#define __ASM_X86_64_ELF_H 1 #include #include #include @@ -181,10 +182,7 @@ struct elf_prpsinfo #define user user32 -#define __ASM_X86_64_ELF_H 1 #define elf_read_implies_exec(ex, have_pt_gnu_stack) (!(have_pt_gnu_stack)) -//#include -#include typedef struct user_i387_ia32_struct elf_fpregset_t; typedef struct user32_fxsr_struct elf_fpxregset_t;