From: Andi Kleen <ak@suse.de> Date: Sun, 22 Jul 2007 09:12:46 +0000 (+0200) Subject: x86_64: Remove outdated comment in boot decompressor Makefile X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b5d009ca6b36632b5f7c0ccdac30301e014ab616;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git x86_64: Remove outdated comment in boot decompressor Makefile 64bit code in there now since some time. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- diff --git a/arch/x86_64/boot/compressed/Makefile b/arch/x86_64/boot/compressed/Makefile index c9f2da7496c1..877c0bdbbc67 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