git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4048e2a
)
x32: Add rt_sigframe_x32
author
H. Peter Anvin
<hpa@zytor.com>
Sun, 19 Feb 2012 15:50:12 +0000
(07:50 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 20 Feb 2012 20:52:05 +0000
(12:52 -0800)
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>
No differences found