diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:14:41 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:14:41 +0200 |
commit | eb102ecb73dffbbbdfccd0ea582f405b0c0cc1fe (patch) | |
tree | 9d7e85a9671331cc7e0f8f0234ffb8f5f6fa91aa /arch/x86_64/kernel | |
parent | 4c1c61c408ce5e8024298259831d71d6079a9a6d (diff) |
x86_64: prepare shared kernel/i387.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/i387_64.c (renamed from arch/x86_64/kernel/i387.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index d2233775e2f7..5aadea3093bc 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -6,7 +6,7 @@ extra-y := head.o head64.o init_task.o vmlinux.lds EXTRA_AFLAGS := -traditional obj-y := process.o signal_64.o entry.o traps_64.o irq.o \ ptrace.o time.o ioport_64.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \ - x8664_ksyms.o i387.o syscall.o vsyscall_64.o \ + x8664_ksyms.o i387_64.o syscall.o vsyscall_64.o \ setup64.o bootflag.o e820_64.o reboot.o quirks.o i8237.o \ pci-dma_64.o pci-nommu_64.o alternative.o hpet_64.o tsc.o bugs.o \ perfctr-watchdog.o diff --git a/arch/x86_64/kernel/i387.c b/arch/x86_64/kernel/i387_64.c index 1d58c13bc6bc..1d58c13bc6bc 100644 --- a/arch/x86_64/kernel/i387.c +++ b/arch/x86_64/kernel/i387_64.c |