]> git.baikalelectronics.ru Git - kernel.git/commit
x86 vDSO: arch/x86/vdso/vdso32
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:42 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:42 +0000 (13:30 +0100)
commit23ce459bc746781018574d3463a7fc495cf9acb3
tree6b2b39b317f4799faf64328353ba796ae8827ac5
parent2cfd51fb32c2d5a608d43f989d684f01cf9b5890
x86 vDSO: arch/x86/vdso/vdso32

This moves the i386 vDSO sources into arch/x86/vdso/vdso32/, a
new directory.  This patch is a pure renaming, but paves the way
for consolidating the vDSO build logic.

Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/ia32/vsyscall-sigreturn.S
arch/x86/kernel/Makefile_32
arch/x86/kernel/vsyscall-int80_32.S [deleted file]
arch/x86/kernel/vsyscall-note_32.S [deleted file]
arch/x86/kernel/vsyscall-sigreturn_32.S [deleted file]
arch/x86/kernel/vsyscall-sysenter_32.S [deleted file]
arch/x86/vdso/vdso32/int80.S [new file with mode: 0644]
arch/x86/vdso/vdso32/note.S [new file with mode: 0644]
arch/x86/vdso/vdso32/sigreturn.S [new file with mode: 0644]
arch/x86/vdso/vdso32/sysenter.S [new file with mode: 0644]