diff options
Diffstat (limited to 'arch/x86/include/asm/ptrace.h')
| -rw-r--r-- | arch/x86/include/asm/ptrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/ptrace.h b/arch/x86/include/asm/ptrace.h index 6d34d954c22..e304b66abee 100644 --- a/arch/x86/include/asm/ptrace.h +++ b/arch/x86/include/asm/ptrace.h | |||
| @@ -28,7 +28,7 @@ struct pt_regs { | |||
| 28 | int xds; | 28 | int xds; |
| 29 | int xes; | 29 | int xes; |
| 30 | int xfs; | 30 | int xfs; |
| 31 | /* int gs; */ | 31 | int xgs; |
| 32 | long orig_eax; | 32 | long orig_eax; |
| 33 | long eip; | 33 | long eip; |
| 34 | int xcs; | 34 | int xcs; |
| @@ -50,7 +50,7 @@ struct pt_regs { | |||
| 50 | unsigned long ds; | 50 | unsigned long ds; |
| 51 | unsigned long es; | 51 | unsigned long es; |
| 52 | unsigned long fs; | 52 | unsigned long fs; |
| 53 | /* int gs; */ | 53 | unsigned long gs; |
| 54 | unsigned long orig_ax; | 54 | unsigned long orig_ax; |
| 55 | unsigned long ip; | 55 | unsigned long ip; |
| 56 | unsigned long cs; | 56 | unsigned long cs; |
