android_kernel_motorola_sm6225/arch/x86/ia32
Roland McGrath af65d64845 x86 vDSO: consolidate vdso32
This makes x86_64's ia32 emulation support share the sources used in the
32-bit kernel for the 32-bit vDSO and much of its setup code.

The 32-bit vDSO mapping now behaves the same on x86_64 as on native 32-bit.
The abi.syscall32 sysctl on x86_64 now takes the same values that
vm.vdso_enabled takes on the 32-bit kernel.  That is, 1 means a randomized
vDSO location, 2 means the fixed old address.  The CONFIG_COMPAT_VDSO
option is now available to make this the default setting, the same meaning
it has for the 32-bit kernel.  (This does not affect the 64-bit vDSO.)

The argument vdso32=[012] can be used on both 32-bit and 64-bit kernels to
set this paramter at boot time.  The vdso=[012] argument still does this
same thing on the 32-bit kernel.

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>
2008-01-30 13:30:43 +01:00
..
audit.c i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fpu32.c x86: remove dead code in ia32-emu 2008-01-30 13:30:32 +01:00
ia32_aout.c x86: clean up arch/x86/ia32/aout32.c 2008-01-30 13:30:07 +01:00
ia32_binfmt.c x86 vDSO: consolidate vdso32 2008-01-30 13:30:43 +01:00
ia32_signal.c x86 vDSO: consolidate vdso32 2008-01-30 13:30:43 +01:00
ia32entry.S x86 vDSO: ia32 sysenter_return 2008-01-30 13:30:43 +01:00
ipc32.c x86: clean up arch/x86/ia32/ipc32.c 2008-01-30 13:30:08 +01:00
Makefile x86 vDSO: consolidate vdso32 2008-01-30 13:30:43 +01:00
ptrace32.c x86: clean up arch/x86/ia32/ptrace32.c 2008-01-30 13:30:08 +01:00
sys_ia32.c x86: clean up arch/x86/ia32/sys_ia32.c 2008-01-30 13:30:08 +01:00
syscall32.c x86 vDSO: ia32 sysenter_return 2008-01-30 13:30:43 +01:00
syscall32_syscall.S x86_64: move ia32 2007-10-11 11:17:21 +02:00
tls32.c x86_64: move ia32 2007-10-11 11:17:21 +02:00
vsyscall-sigreturn.S x86 vDSO: arch/x86/vdso/vdso32 2008-01-30 13:30:42 +01:00
vsyscall-syscall.S x86_64: move ia32 2007-10-11 11:17:21 +02:00
vsyscall-sysenter.S x86_64: move ia32 2007-10-11 11:17:21 +02:00
vsyscall.lds x86_64: move ia32 2007-10-11 11:17:21 +02:00