Skip to content

Commit

Permalink
x86_64: move vdso
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 185f3d3 commit 7648b13
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions arch/x86/vdso/vdso.S
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.section ".vdso","a"
.incbin "arch/x86/vdso/vdso.so"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 0 additions & 2 deletions arch/x86_64/vdso/vdso.S

This file was deleted.

0 comments on commit 7648b13

Please sign in to comment.