From: Andi Kleen Date: Sun, 22 Jul 2007 09:12:46 +0000 (+0200) Subject: x86_64: Remove outdated comment in boot decompressor Makefile X-Git-Tag: v2.6.23-rc1~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5d009ca6b36632b5f7c0ccdac30301e014ab616;p=platform%2Fkernel%2Flinux-exynos.git x86_64: Remove outdated comment in boot decompressor Makefile 64bit code in there now since some time. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/boot/compressed/Makefile b/arch/x86_64/boot/compressed/Makefile index c9f2da7..877c0bd 100644 --- a/arch/x86_64/boot/compressed/Makefile +++ b/arch/x86_64/boot/compressed/Makefile @@ -3,8 +3,6 @@ # # create a compressed vmlinux image from the original vmlinux # -# Note all the files here are compiled/linked as 32bit executables. -# targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o