diff options
Diffstat (limited to 'include/asm-arm/user.h')
-rw-r--r-- | include/asm-arm/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/user.h b/include/asm-arm/user.h index 3e8b0f879159..825c1e7c582d 100644 --- a/include/asm-arm/user.h +++ b/include/asm-arm/user.h | |||
@@ -67,7 +67,7 @@ struct user{ | |||
67 | esp register. */ | 67 | esp register. */ |
68 | long int signal; /* Signal that caused the core dump. */ | 68 | long int signal; /* Signal that caused the core dump. */ |
69 | int reserved; /* No longer used */ | 69 | int reserved; /* No longer used */ |
70 | struct pt_regs * u_ar0; /* Used by gdb to help find the values for */ | 70 | unsigned long u_ar0; /* Used by gdb to help find the values for */ |
71 | /* the registers. */ | 71 | /* the registers. */ |
72 | unsigned long magic; /* To uniquely identify a core file */ | 72 | unsigned long magic; /* To uniquely identify a core file */ |
73 | char u_comm[32]; /* User command that was responsible */ | 73 | char u_comm[32]; /* User command that was responsible */ |