Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297726
b: refs/heads/master
c: 9d38976
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Feb 20, 2012
1 parent 4532f4d commit f80bcd7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4048e2a8d4b491a69bf47ceda12cc0c0b924f6b8
refs/heads/master: 9d3897630e14b3d33bcb24a3c0fa9d60a01d3058
13 changes: 13 additions & 0 deletions trunk/arch/x86/include/asm/sigframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,25 @@ struct rt_sigframe_ia32 {
#endif /* defined(CONFIG_X86_32) || defined(CONFIG_IA32_EMULATION) */

#ifdef CONFIG_X86_64

struct rt_sigframe {
char __user *pretcode;
struct ucontext uc;
struct siginfo info;
/* fp state follows here */
};

#ifdef CONFIG_X86_X32_ABI

struct rt_sigframe_x32 {
u64 pretcode;
struct ucontext_x32 uc;
compat_siginfo_t info;
/* fp state follows here */
};

#endif /* CONFIG_X86_X32_ABI */

#endif /* CONFIG_X86_64 */

#endif /* _ASM_X86_SIGFRAME_H */

0 comments on commit f80bcd7

Please sign in to comment.