]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-blackfin/user.h
Sanitize the type of struct user.u_ar0
[linux-2.6-omap-h63xx.git] / include / asm-blackfin / user.h
index abc34629bd59aad786d8578976a7a3c4d903aefd..afe6a0e1f7cef107767f111bd732df75bfd458b3 100644 (file)
@@ -75,7 +75,7 @@ struct user {
                                           esp register.  */
        long int signal;        /* Signal that caused the core dump. */
        int reserved;           /* No longer used */
-       struct user_regs_struct *u_ar0;
+       unsigned long u_ar0;
        /* Used by gdb to help find the values for */
        /* the registers. */
        unsigned long magic;    /* To uniquely identify a core file */