]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Factor out TIF_IA32 from 32-bit address space
authorH. Peter Anvin <hpa@zytor.com>
Mon, 6 Feb 2012 21:03:09 +0000 (13:03 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:46 +0000 (12:48 -0800)
commit1875e4fadcca476894f4d2694ea85f614c4df202
treec0fc2e703c4ce13b33cc364e5ad3eac712b57fb7
parent403d87ad5964726f4b218eba2cb5af614f1a415b
x86: Factor out TIF_IA32 from 32-bit address space

Factor out IA32 (compatibility instruction set) from 32-bit address
space in the thread_info flags; this is a precondition patch for x32
support.

Originally-by: H. J. Lu <hjl.tools@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Link: http://lkml.kernel.org/n/tip-4pr1xnnksprt7t0h3w5fw4rv@git.kernel.org
arch/x86/include/asm/elf.h
arch/x86/include/asm/processor.h
arch/x86/include/asm/thread_info.h
arch/x86/kernel/process_64.c
arch/x86/kernel/sys_x86_64.c
arch/x86/oprofile/backtrace.c