aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86_64/kernel/Makefile2
-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
6EXTRA_AFLAGS := -traditional 6EXTRA_AFLAGS := -traditional
7obj-y := process.o signal_64.o entry.o traps_64.o irq.o \ 7obj-y := process.o signal_64.o entry.o traps_64.o irq.o \
8 ptrace.o time.o ioport_64.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \ 8 ptrace.o time.o ioport_64.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \
9 x8664_ksyms.o i387.o syscall.o vsyscall_64.o \ 9 x8664_ksyms.o i387_64.o syscall.o vsyscall_64.o \
10 setup64.o bootflag.o e820_64.o reboot.o quirks.o i8237.o \ 10 setup64.o bootflag.o e820_64.o reboot.o quirks.o i8237.o \
11 pci-dma_64.o pci-nommu_64.o alternative.o hpet_64.o tsc.o bugs.o \ 11 pci-dma_64.o pci-nommu_64.o alternative.o hpet_64.o tsc.o bugs.o \
12 perfctr-watchdog.o 12 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