Skip to content
Snippets Groups Projects
Commit 7648b133 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86_64: move vdso


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 185f3d38
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
.section ".vdso","a" .section ".vdso","a"
.incbin "arch/x86_64/vdso/vdso.so" .incbin "arch/x86/vdso/vdso.so"
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -77,7 +77,7 @@ libs-y += arch/x86/lib/ ...@@ -77,7 +77,7 @@ libs-y += arch/x86/lib/
core-y += arch/x86_64/kernel/ \ core-y += arch/x86_64/kernel/ \
arch/x86_64/mm/ \ arch/x86_64/mm/ \
arch/x86/crypto/ \ arch/x86/crypto/ \
arch/x86_64/vdso/ arch/x86/vdso/
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/ core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
drivers-$(CONFIG_PCI) += arch/x86_64/pci/ drivers-$(CONFIG_PCI) += arch/x86_64/pci/
drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/ drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment