]> git.baikalelectronics.ru Git - kernel.git/commit
x32: Add a thread flag for x32 processes
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 Feb 2012 21:56:49 +0000 (13:56 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:49 +0000 (12:48 -0800)
commitf8b085aaed2443c9a05b39d5d964aa6b4e41b5d7
tree5e1318eba21d79facf436673ae682f85f0b4d978
parentf65dc1a9204a541f7d5d05120a0bb82e6b10efa3
x32: Add a thread flag for x32 processes

An x32 process is *almost* the same thing as a 64-bit process with a
32-bit address limit, but there are a few minor differences -- in
particular core dumps are 32 bits and signal handling is different.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/thread_info.h
arch/x86/kernel/process_64.c