diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:17 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:17 -0400 |
commit | 977d5654cb630d6845b84a984fb5698e839f20f2 (patch) | |
tree | f5cfd7c4f4c72b97765a76298722b037e5d89418 /arch/x86_64 | |
parent | 13c4896799d1610956f307534aa22d644b92bee7 (diff) |
x86_64: prepare shared kernel/head.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/head_64.S (renamed from arch/x86_64/kernel/head.S) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/Makefile b/arch/x86_64/Makefile index 97de9cbd3b7f..c556b6661514 100644 --- a/arch/x86_64/Makefile +++ b/arch/x86_64/Makefile | |||
@@ -71,7 +71,7 @@ CFLAGS += $(cflags-y) | |||
71 | CFLAGS_KERNEL += $(cflags-kernel-y) | 71 | CFLAGS_KERNEL += $(cflags-kernel-y) |
72 | AFLAGS += -m64 | 72 | AFLAGS += -m64 |
73 | 73 | ||
74 | head-y := arch/x86_64/kernel/head.o arch/x86_64/kernel/head64.o arch/x86_64/kernel/init_task_64.o | 74 | head-y := arch/x86_64/kernel/head_64.o arch/x86_64/kernel/head64.o arch/x86_64/kernel/init_task_64.o |
75 | 75 | ||
76 | libs-y += arch/x86_64/lib/ | 76 | libs-y += arch/x86_64/lib/ |
77 | core-y += arch/x86_64/kernel/ \ | 77 | core-y += arch/x86_64/kernel/ \ |
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 2c0e778e8acf..b65abc2a15a4 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for the linux kernel. | 2 | # Makefile for the linux kernel. |
3 | # | 3 | # |
4 | 4 | ||
5 | extra-y := head.o head64.o init_task_64.o vmlinux.lds | 5 | extra-y := head_64.o head64.o init_task_64.o vmlinux.lds |
6 | EXTRA_AFLAGS := -traditional | 6 | EXTRA_AFLAGS := -traditional |
7 | obj-y := process_64.o signal_64.o entry_64.o traps_64.o irq_64.o \ | 7 | obj-y := process_64.o signal_64.o entry_64.o traps_64.o irq_64.o \ |
8 | ptrace_64.o time_64.o ioport_64.o ldt_64.o setup_64.o i8259_64.o sys_x86_64.o \ | 8 | ptrace_64.o time_64.o ioport_64.o ldt_64.o setup_64.o i8259_64.o sys_x86_64.o \ |
diff --git a/arch/x86_64/kernel/head.S b/arch/x86_64/kernel/head_64.S index b6167fe3330e..b6167fe3330e 100644 --- a/arch/x86_64/kernel/head.S +++ b/arch/x86_64/kernel/head_64.S | |||