diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-25 10:55:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-25 10:55:57 -0400 |
commit | 9090e001f28de4bccae232f1b78e78fad5132ecb (patch) | |
tree | 49a7ebcafb3dd05fea6ee8e4a1a88c17894c720e /include/asm-ppc/sigcontext.h | |
parent | cf025109e879294f4c6aecf94de1e7b592a9fb07 (diff) |
[PATCH] ppc user annotations: sigcontext
sigcontext.regs is a userland pointer
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc/sigcontext.h')
-rw-r--r-- | include/asm-ppc/sigcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/sigcontext.h b/include/asm-ppc/sigcontext.h index fc5e358c65f1..f82dcccdee1e 100644 --- a/include/asm-ppc/sigcontext.h +++ b/include/asm-ppc/sigcontext.h | |||
@@ -9,7 +9,7 @@ struct sigcontext { | |||
9 | int signal; | 9 | int signal; |
10 | unsigned long handler; | 10 | unsigned long handler; |
11 | unsigned long oldmask; | 11 | unsigned long oldmask; |
12 | struct pt_regs *regs; | 12 | struct pt_regs __user *regs; |
13 | }; | 13 | }; |
14 | 14 | ||
15 | #endif | 15 | #endif |