x32: Add rt_sigframe_x32
authorH. Peter Anvin <hpa@zytor.com>
Sun, 19 Feb 2012 15:50:12 +0000 (07:50 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:52:05 +0000 (12:52 -0800)
commit9d3897630e14b3d33bcb24a3c0fa9d60a01d3058
treeb526888f189cc080ebae6317355a32d07cc3bfe2
parent4048e2a8d4b491a69bf47ceda12cc0c0b924f6b8
x32: Add rt_sigframe_x32

Add rt_sigframe_x32 to <asm/sigframe.h>.  Unfortunately we can't just
define all the data structures unconditionally, due to the #ifdef
CONFIG_COMPAT in <linux/compat.h> and its trickle-down effects, hence
the #ifdef mess.

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