]> git.baikalelectronics.ru Git - kernel.git/commit
x86, vdso: Clean up 32-bit vs 64-bit vdso params
authorAndy Lutomirski <luto@amacapital.net>
Mon, 5 May 2014 19:19:32 +0000 (12:19 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 5 May 2014 20:18:40 +0000 (13:18 -0700)
commitb398d701b6432d9057426fcd00606faf64cd9526
tree7f365d4f40885740ac0007d030f890ec0b69fb85
parent0cc3239ccc7aa729e7661b377c4bcd3e34bf799e
x86, vdso: Clean up 32-bit vs 64-bit vdso params

Rather than using 'vdso_enabled' and an awful #define, just call the
parameters vdso32_enabled and vdso64_enabled.

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link: http://lkml.kernel.org/r/87913de56bdcbae3d93917938302fc369b05caee.1399317206.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/elf.h
arch/x86/um/vdso/vma.c
arch/x86/vdso/vdso32-setup.c
arch/x86/vdso/vma.c
kernel/sysctl.c