[PATCH] Fix fs/binfmt_elf.c build

From: Marc Zyngier (mzyngier@freesurf.fr)
Date: Fri Mar 07 2003 - 03:05:26 EST


Andi,

The stack reducing patch that recently went in prevent alpha from
building (missing some ELF_CORE_COPY_XFPREGS ifdefs). The excluded
patch fixes it.

Thanks,

        M.

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1046 -> 1.1047
# fs/binfmt_elf.c 1.39 -> 1.40
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/03/07 maz@hina.wild-wind.fr.eu.org 1.1047
# fs/binfmt_elf.c : #ifdef XFPREGS stuff when needed.
# --------------------------------------------
#
diff -Nru a/fs/binfmt_elf.c b/fs/binfmt_elf.c
--- a/fs/binfmt_elf.c Fri Mar 7 09:00:08 2003
+++ b/fs/binfmt_elf.c Fri Mar 7 09:00:08 2003
@@ -1194,7 +1194,9 @@
          LIST_HEAD(thread_list);
          struct list_head *t;
         elf_fpregset_t *fpu = NULL;
+#ifdef ELF_CORE_COPY_XFPREGS
         elf_fpxregset_t *xfpu = NULL;
+#endif
         int thread_status_size = 0;
 
         /*
@@ -1400,7 +1402,9 @@
         kfree(psinfo);
         kfree(notes);
         kfree(fpu);
+#ifdef ELF_CORE_COPY_XFPREGS
         kfree(xfpu);
+#endif
         return has_dumped;
 #undef NUM_NOTES
 }

-- 
Places change, faces change. Life is so very strange.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:36 EST