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)
commit00f8b1bc0e44ba94fb33e1fbd8ac82841d7cc570
tree40921e3470a9ebbeb799939f03137af91987ac19
parent36197c92a20c142fc2a068e0366053d770fa0096
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]