]> git.baikalelectronics.ru Git - kernel.git/commit
x86-64: Use explicit sizes in sigcontext.h, prepare for x32
authorH. Peter Anvin <hpa@zytor.com>
Mon, 6 Feb 2012 21:50:20 +0000 (13:50 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:46 +0000 (12:48 -0800)
commit39eb17892d31eebe82c0c47f11b01a49aa2c0c09
treeb9ae1b07ebccc3292cdb37e37a5101ca376af76b
parent1875e4fadcca476894f4d2694ea85f614c4df202
x86-64: Use explicit sizes in sigcontext.h, prepare for x32

Use explicit sizes (__u64) instead of implicit sizes (unsigned long)
in the definition for sigcontext.h; this will allow this structure to
be shared between the x86-64 native ABI and the x32 ABI.

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/sigcontext.h