diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/user_32.h | 2 | ||||
-rw-r--r-- | include/asm-x86/user_64.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86/user_32.h b/include/asm-x86/user_32.h index ed8b8fc6906c..6157da6f882c 100644 --- a/include/asm-x86/user_32.h +++ b/include/asm-x86/user_32.h | |||
@@ -116,7 +116,7 @@ struct user{ | |||
116 | esp register. */ | 116 | esp register. */ |
117 | long int signal; /* Signal that caused the core dump. */ | 117 | long int signal; /* Signal that caused the core dump. */ |
118 | int reserved; /* No longer used */ | 118 | int reserved; /* No longer used */ |
119 | struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */ | 119 | unsigned long u_ar0; /* Used by gdb to help find the values for */ |
120 | /* the registers. */ | 120 | /* the registers. */ |
121 | struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */ | 121 | struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */ |
122 | unsigned long magic; /* To uniquely identify a core file */ | 122 | unsigned long magic; /* To uniquely identify a core file */ |
diff --git a/include/asm-x86/user_64.h b/include/asm-x86/user_64.h index a5449d456cc0..963616455609 100644 --- a/include/asm-x86/user_64.h +++ b/include/asm-x86/user_64.h | |||
@@ -118,7 +118,7 @@ struct user{ | |||
118 | long int signal; /* Signal that caused the core dump. */ | 118 | long int signal; /* Signal that caused the core dump. */ |
119 | int reserved; /* No longer used */ | 119 | int reserved; /* No longer used */ |
120 | int pad1; | 120 | int pad1; |
121 | struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */ | 121 | unsigned long u_ar0; /* Used by gdb to help find the values for */ |
122 | /* the registers. */ | 122 | /* the registers. */ |
123 | struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */ | 123 | struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */ |
124 | unsigned long magic; /* To uniquely identify a core file */ | 124 | unsigned long magic; /* To uniquely identify a core file */ |