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)
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>

No differences found