diff options
author | Andi Kleen <ak@suse.de> | 2007-07-22 05:12:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-22 14:03:38 -0400 |
commit | b5d009ca6b36632b5f7c0ccdac30301e014ab616 (patch) | |
tree | bb69443e62b30c418b4c96f47dacdeaa6e854d8f /arch/x86_64/boot | |
parent | 92417df076f75738ae22956f7ea1b9b98f59fa7a (diff) |
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>
Diffstat (limited to 'arch/x86_64/boot')
-rw-r--r-- | arch/x86_64/boot/compressed/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
3 | # | 3 | # |
4 | # create a compressed vmlinux image from the original vmlinux | 4 | # create a compressed vmlinux image from the original vmlinux |
5 | # | 5 | # |
6 | # Note all the files here are compiled/linked as 32bit executables. | ||
7 | # | ||
8 | 6 | ||
9 | targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o | 7 | targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o |
10 | 8 | ||