]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
i386: prepare shared kernel/vsyscall.S
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:12:13 +0000 (11:12 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:12:13 +0000 (11:12 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/kernel/Makefile
arch/i386/kernel/vsyscall_32.S [moved from arch/i386/kernel/vsyscall.S with 100% similarity]

index 1f82d76447d6a0e9bcc259ade71c6212511b3b03..f502c141c1df7316d9323bb3aa4db9a2bdcfd691 100644 (file)
@@ -31,7 +31,7 @@ obj-$(CONFIG_X86_NUMAQ)               += numaq.o
 obj-$(CONFIG_X86_SUMMIT_NUMA)  += summit.o
 obj-$(CONFIG_KPROBES)          += kprobes.o
 obj-$(CONFIG_MODULES)          += module_32.o
-obj-y                          += sysenter.o vsyscall.o
+obj-y                          += sysenter.o vsyscall_32.o
 obj-$(CONFIG_ACPI_SRAT)        += srat_32.o
 obj-$(CONFIG_EFI)              += efi_32.o efi_stub_32.o
 obj-$(CONFIG_DOUBLEFAULT)      += doublefault.o
@@ -47,10 +47,10 @@ obj-y                               += pcspeaker.o
 
 obj-$(CONFIG_SCx200)           += scx200.o
 
-# vsyscall.o contains the vsyscall DSO images as __initdata.
+# vsyscall_32.o contains the vsyscall DSO images as __initdata.
 # We must build both images before we can assemble it.
 # Note: kbuild does not track this dependency due to usage of .incbin
-$(obj)/vsyscall.o: $(obj)/vsyscall-int80.so $(obj)/vsyscall-sysenter.so
+$(obj)/vsyscall_32.o: $(obj)/vsyscall-int80.so $(obj)/vsyscall-sysenter.so
 targets += $(foreach F,int80 sysenter,vsyscall-$F.o vsyscall-$F.so)
 targets += vsyscall-note.o vsyscall_32.lds