x86_64: move vdso
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:10 +0000 (11:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:10 +0000 (11:17 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
14 files changed:
arch/x86/vdso/.gitignore [moved from arch/x86_64/vdso/.gitignore with 100% similarity]
arch/x86/vdso/Makefile [moved from arch/x86_64/vdso/Makefile with 100% similarity]
arch/x86/vdso/vclock_gettime.c [moved from arch/x86_64/vdso/vclock_gettime.c with 100% similarity]
arch/x86/vdso/vdso-note.S [moved from arch/x86_64/vdso/vdso-note.S with 100% similarity]
arch/x86/vdso/vdso-start.S [moved from arch/x86_64/vdso/vdso-start.S with 100% similarity]
arch/x86/vdso/vdso.S [new file with mode: 0644]
arch/x86/vdso/vdso.lds.S [moved from arch/x86_64/vdso/vdso.lds.S with 100% similarity]
arch/x86/vdso/vextern.h [moved from arch/x86_64/vdso/vextern.h with 100% similarity]
arch/x86/vdso/vgetcpu.c [moved from arch/x86_64/vdso/vgetcpu.c with 100% similarity]
arch/x86/vdso/vma.c [moved from arch/x86_64/vdso/vma.c with 100% similarity]
arch/x86/vdso/voffset.h [moved from arch/x86_64/vdso/voffset.h with 100% similarity]
arch/x86/vdso/vvar.c [moved from arch/x86_64/vdso/vvar.c with 100% similarity]
arch/x86_64/Makefile
arch/x86_64/vdso/vdso.S [deleted file]

diff --git a/arch/x86/vdso/vdso.S b/arch/x86/vdso/vdso.S
new file mode 100644 (file)
index 0000000..4b1620a
--- /dev/null
@@ -0,0 +1,2 @@
+       .section ".vdso","a"
+       .incbin "arch/x86/vdso/vdso.so"
similarity index 100%
rename from arch/x86_64/vdso/vma.c
rename to arch/x86/vdso/vma.c
similarity index 100%
rename from arch/x86_64/vdso/vvar.c
rename to arch/x86/vdso/vvar.c
index ae48f17..d322592 100644 (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/
diff --git a/arch/x86_64/vdso/vdso.S b/arch/x86_64/vdso/vdso.S
deleted file mode 100644 (file)
index 92e80c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-       .section ".vdso","a"
-       .incbin "arch/x86_64/vdso/vdso.so"