diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:16:01 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:16:01 (GMT) |
commit | 6f80a03f0c7f03142219d5fafe4c7232b34eab9c (patch) | |
tree | f88b98940f78d8ab18b4d859577a13fafe90a46f /arch | |
parent | 7b06e6c58cf71c4c1a930905e395ea73130aa6e0 (diff) | |
download | linux-6f80a03f0c7f03142219d5fafe4c7232b34eab9c.tar.xz |
x86_64: prepare shared boot/compressed/misc.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/boot/compressed/Makefile | 4 | ||||
-rw-r--r-- | arch/x86_64/boot/compressed/misc_64.c (renamed from arch/x86_64/boot/compressed/misc.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/boot/compressed/Makefile b/arch/x86_64/boot/compressed/Makefile index 877c0bd..fe623b7 100644 --- a/arch/x86_64/boot/compressed/Makefile +++ b/arch/x86_64/boot/compressed/Makefile @@ -4,7 +4,7 @@ # create a compressed vmlinux image from the original vmlinux # -targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o +targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc_64.o piggy.o CFLAGS := -m64 -D__KERNEL__ $(LINUXINCLUDE) -O2 \ -fno-strict-aliasing -fPIC -mcmodel=small \ @@ -14,7 +14,7 @@ AFLAGS := $(CFLAGS) -D__ASSEMBLY__ LDFLAGS := -m elf_x86_64 LDFLAGS_vmlinux := -T -$(obj)/vmlinux: $(src)/vmlinux.lds $(obj)/head.o $(obj)/misc.o $(obj)/piggy.o FORCE +$(obj)/vmlinux: $(src)/vmlinux.lds $(obj)/head.o $(obj)/misc_64.o $(obj)/piggy.o FORCE $(call if_changed,ld) @: diff --git a/arch/x86_64/boot/compressed/misc.c b/arch/x86_64/boot/compressed/misc_64.c index f932b0e..f932b0e 100644 --- a/arch/x86_64/boot/compressed/misc.c +++ b/arch/x86_64/boot/compressed/misc_64.c |