]> git.openfabrics.org - ~emulex/infiniband.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)
commit0c2f51a7d2546f65e4198cccd6a56e2a8b857677
tree6b2b39b317f4799faf64328353ba796ae8827ac5
parent108b545137b03ec1d6a5765017d57f86056bf57c
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]