vserver 1.9.3
[linux-2.6.git] / include / asm-ia64 / siginfo.h
index 52cce1d..d55f139 100644 (file)
@@ -60,7 +60,7 @@ typedef struct siginfo {
 
                /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */
                struct {
-                       void *_addr;            /* faulting insn/memory ref. */
+                       void __user *_addr;     /* faulting insn/memory ref. */
                        int _imm;               /* immediate value for "break" */
                        unsigned int _flags;    /* see below */
                        unsigned long _isr;     /* isr */