]> Pileus Git - ~andy/linux/blobdiff - include/asm-s390/sigcontext.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
[~andy/linux] / include / asm-s390 / sigcontext.h
index d57bc0cebdcec86509ac09b57dc9e322cbccaf6c..aeb6e0b13329b512a3d1deb77ee84a349915cecc 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _ASM_S390_SIGCONTEXT_H
 #define _ASM_S390_SIGCONTEXT_H
 
+#include <linux/compiler.h>
+
 #define __NUM_GPRS 16
 #define __NUM_FPRS 16
 #define __NUM_ACRS 16
@@ -61,7 +63,7 @@ typedef struct
 struct sigcontext
 {
        unsigned long   oldmask[_SIGCONTEXT_NSIG_WORDS];
-       _sigregs        *sregs;
+       _sigregs        __user *sregs;
 };