x86_64: move vdso

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner 2007-10-11 11:17:10 +02:00
parent 185f3d3890
commit 7648b1330c
14 changed files with 3 additions and 3 deletions

2
arch/x86/vdso/vdso.S Normal file
View File

@ -0,0 +1,2 @@
.section ".vdso","a"
.incbin "arch/x86/vdso/vdso.so"

View File

@ -77,7 +77,7 @@ libs-y += arch/x86/lib/
core-y += arch/x86_64/kernel/ \
arch/x86_64/mm/ \
arch/x86/crypto/ \
arch/x86_64/vdso/
arch/x86/vdso/
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
drivers-$(CONFIG_PCI) += arch/x86_64/pci/
drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/

View File

@ -1,2 +0,0 @@
.section ".vdso","a"
.incbin "arch/x86_64/vdso/vdso.so"