aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 05:14:33 -0400
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 05:14:33 -0400
commit21a44007745783d8997ed115852a42fb2613bf9a (patch)
treea729a48a52a32d9089a71cb385763dc0417f6bcf
parentc30501e798fad2be81379bac98b6cfe731308f94 (diff)
x86_64: prepare shared kernel/vsyscall.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86_64/kernel/Makefile4
-rw-r--r--arch/x86_64/kernel/vsyscall_64.c (renamed from arch/x86_64/kernel/vsyscall.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile
index 14316a259ae..a5ff38d5097 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.o entry.o traps_64.o irq.o \ 7obj-y := process.o signal.o entry.o traps_64.o irq.o \
8 ptrace.o time.o ioport.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \ 8 ptrace.o time.o ioport.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \
9 x8664_ksyms.o i387.o syscall.o vsyscall.o \ 9 x8664_ksyms.o i387.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.o alternative.o hpet_64.o tsc.o bugs.o \ 11 pci-dma_64.o pci-nommu.o alternative.o hpet_64.o tsc.o bugs.o \
12 perfctr-watchdog.o 12 perfctr-watchdog.o
@@ -46,7 +46,7 @@ obj-y += intel_cacheinfo.o
46obj-y += addon_cpuid_features.o 46obj-y += addon_cpuid_features.o
47obj-y += pcspeaker.o 47obj-y += pcspeaker.o
48 48
49CFLAGS_vsyscall.o := $(PROFILING) -g0 49CFLAGS_vsyscall_64.o := $(PROFILING) -g0
50 50
51therm_throt-y += ../../i386/kernel/cpu/mcheck/therm_throt.o 51therm_throt-y += ../../i386/kernel/cpu/mcheck/therm_throt.o
52bootflag-y += ../../i386/kernel/bootflag.o 52bootflag-y += ../../i386/kernel/bootflag.o
diff --git a/arch/x86_64/kernel/vsyscall.c b/arch/x86_64/kernel/vsyscall_64.c
index 06c34949bfd..06c34949bfd 100644
--- a/arch/x86_64/kernel/vsyscall.c
+++ b/arch/x86_64/kernel/vsyscall_64.c