All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded] arm-add-support-for-lzo-compressed-kernels-fix.patch removed from -mm tree
@ 2009-12-15 23:54 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-12-15 23:54 UTC (permalink / raw)
  To: albin.tonnerre, hpa, mingo, ralf, rmk, tbm, tglx, wuzhangjin, mm-commits


The patch titled
     arm-add-support-for-lzo-compressed-kernels-fix
has been removed from the -mm tree.  Its filename was
     arm-add-support-for-lzo-compressed-kernels-fix.patch

This patch was dropped because it was folded into arm-add-support-for-lzo-compressed-kernels.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: arm-add-support-for-lzo-compressed-kernels-fix
From: Albin Tonnerre <albin.tonnerre@free-electrons.com>

Updated patch to fix the out-of-tree build issue, thanks to Martin Michlmayr
and Russell King

Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Cc: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/arm/boot/compressed/Makefile |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff -puN arch/arm/boot/compressed/Makefile~arm-add-support-for-lzo-compressed-kernels-fix arch/arm/boot/compressed/Makefile
--- a/arch/arm/boot/compressed/Makefile~arm-add-support-for-lzo-compressed-kernels-fix
+++ a/arch/arm/boot/compressed/Makefile
@@ -101,7 +101,10 @@ LDFLAGS_vmlinux += -X
 LDFLAGS_vmlinux += -T
 
 # For __aeabi_uidivmod
-lib1funcs = $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.o
+lib1funcs = $(obj)/lib1funcs.o
+
+$(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S FORCE
+	$(call cmd,shipped)
 
 # Don't allow any static data in misc.o, which
 # would otherwise mess up our GOT table
_

Patches currently in -mm which might be from albin.tonnerre@free-electrons.com are

origin.patch
atmel_serial-add-poll_get_char-and-poll_put_char-uart_ops.patch
lib-add-support-for-lzo-compressed-kernels.patch
arm-add-support-for-lzo-compressed-kernels.patch
arm-add-support-for-lzo-compressed-kernels-fix.patch
x86-add-support-for-lzo-compressed-kernels.patch
add-lzo-compression-support-for-initramfs-and-old-style-initrd.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-16  0:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-15 23:54 [folded] arm-add-support-for-lzo-compressed-kernels-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.