]> git.baikalelectronics.ru Git - kernel.git/commit
x86 vDSO: ia32 vdso32-syscall build
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:43 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:43 +0000 (13:30 +0100)
commitd3bc11b87c8b1d99a173bd1530ab8072c8e02f13
tree40921e3470a9ebbeb799939f03137af91987ac19
parent946c5db021a9e9d4dc34c3bc4f24494fee621955
x86 vDSO: ia32 vdso32-syscall build

This puts the syscall version of the 32-bit vDSO in arch/x86/vdso/vdso32/
for 64-bit IA32 support.  This is not used yet, but it paves the way for
consolidating the 32-bit vDSO source and build logic all in one place.

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/vdso/Makefile
arch/x86/vdso/vdso32/sigreturn.S
arch/x86/vdso/vdso32/syscall.S [new file with mode: 0644]