Re: [GIT PULL] m32r updates for 2.6.32-rc7

From: Hirokazu Takata
Date: Sun Nov 08 2009 - 19:27:46 EST


Hi Linus,

Just a small fix.
There was a typo in the previous patch:
m32r: bzip2/lzma kernel compression support
337214e8c6b0c777713b2483749f9c03102a416c

Please pull from
git://www.linux-m32r.org/git/takata/linux-2.6_dev.git for-linus

Thanks,

-- Takata

---
The following changes since commit 7c9abfb884b8737f0afdc8a88bcea77526f0da87:
Linus Torvalds (1):
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm

are available in the git repository at:

git://www.linux-m32r.org/git/takata/linux-2.6_dev.git for-linus

Hirokazu Takata (1):
m32r: fix arch/m32r/boot/compressed/Makefile

arch/m32r/boot/compressed/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

---
commit a556bec9955c8e47b40a87dbfeef6f24d3b2228f
Author: Hirokazu Takata <takata@xxxxxxxxxxxxxx>
Date: Mon Nov 9 08:51:35 2009 +0900

m32r: fix arch/m32r/boot/compressed/Makefile

- Fix a comment string
- Fix a typo of $(suffix-y)

Signed-off-by: Hirokazu Takata <takata@xxxxxxxxxxxxxx>

diff --git a/arch/m32r/boot/compressed/Makefile b/arch/m32r/boot/compressed/Makefile
index 1003880..177716b 100644
--- a/arch/m32r/boot/compressed/Makefile
+++ b/arch/m32r/boot/compressed/Makefile
@@ -1,5 +1,5 @@
#
-# linux/arch/sh/boot/compressed/Makefile
+# linux/arch/m32r/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
@@ -47,5 +47,5 @@ suffix_$(CONFIG_KERNEL_GZIP) = gz
suffix_$(CONFIG_KERNEL_BZIP2) = bz2
suffix_$(CONFIG_KERNEL_LZMA) = lzma

-$(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix_y) FORCE
+$(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
$(call if_changed,ld)

--
Hirokazu Takata <takata@xxxxxxxxxxxxxx>
Linux/M32R Project: http://www.linux-m32r.org/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/