[oe-commits] Andrea Adami : linux-kexecboot: remove obsolete 2.6.35 specific patch.

git version control git at git.openembedded.org
Tue Oct 26 23:07:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0a31ce3009c1b8572a31a349ff8e870ac3aadcaa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0a31ce3009c1b8572a31a349ff8e870ac3aadcaa

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Oct 27 01:02:24 2010 +0200

linux-kexecboot: remove obsolete 2.6.35 specific patch.

---

 .../linux-kexecboot/fix.module.loading.16310.patch |   28 --------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diff --git a/recipes/linux/linux-kexecboot/fix.module.loading.16310.patch b/recipes/linux/linux-kexecboot/fix.module.loading.16310.patch
deleted file mode 100644
index cd2fa6c..0000000
--- a/recipes/linux/linux-kexecboot/fix.module.loading.16310.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 1cb348e903f81bb34abe00c9a06b42009ddca819 Mon Sep 17 00:00:00 2001
-From: Michal Marek <mmarek at suse.cz>
-Date: Fri, 2 Jul 2010 13:17:37 +0200
-Subject: [PATCH] arm: Build with -fno-dwarf2-cfi-asm
-
-Commit d0679c7 restricted this workaround to powerpc only, but it turns
-out that ARM needs it as well. Fixes
-https://bugzilla.kernel.org/show_bug.cgi?id=16310 .
-
-Reported-by: Robert Nelson <robertcnelson at gmail.com>
-Signed-off-by: Michal Marek <mmarek at suse.cz>
-
-diff --git a/arch/arm/Makefile b/arch/arm/Makefile
-index 64ba313..862d4ba 100644
---- a/arch/arm/Makefile
-+++ b/arch/arm/Makefile
-@@ -21,6 +21,11 @@ GZFLAGS		:=-9
- # Explicitly specifiy 32-bit ARM ISA since toolchain default can be -mthumb:
- KBUILD_CFLAGS	+=$(call cc-option,-marm,)
- 
-+# FIXME: the module load should be taught about the additional relocs
-+# generated by this.
-+# revert to pre-gcc-4.4 behaviour of .eh_frame
-+KBUILD_CFLAGS	+= $(call cc-option,-fno-dwarf2-cfi-asm)
-+
- # Do not use arch/arm/defconfig - it's always outdated.
- # Select a platform tht is kept up-to-date
- KBUILD_DEFCONFIG := versatile_defconfig





More information about the Openembedded-commits mailing list