diff options
Diffstat (limited to 'include/asm-blackfin/user.h')
-rw-r--r-- | include/asm-blackfin/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-blackfin/user.h b/include/asm-blackfin/user.h index abc34629bd59..afe6a0e1f7ce 100644 --- a/include/asm-blackfin/user.h +++ b/include/asm-blackfin/user.h | |||
@@ -75,7 +75,7 @@ struct user { | |||
75 | esp register. */ | 75 | esp register. */ |
76 | long int signal; /* Signal that caused the core dump. */ | 76 | long int signal; /* Signal that caused the core dump. */ |
77 | int reserved; /* No longer used */ | 77 | int reserved; /* No longer used */ |
78 | struct user_regs_struct *u_ar0; | 78 | unsigned long u_ar0; |
79 | /* Used by gdb to help find the values for */ | 79 | /* Used by gdb to help find the values for */ |
80 | /* the registers. */ | 80 | /* the registers. */ |
81 | unsigned long magic; /* To uniquely identify a core file */ | 81 | unsigned long magic; /* To uniquely identify a core file */ |