diff options
Diffstat (limited to 'include/asm-arm/ptrace.h')
-rw-r--r-- | include/asm-arm/ptrace.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/asm-arm/ptrace.h b/include/asm-arm/ptrace.h index 4377e22b7e1a..f40948d54448 100644 --- a/include/asm-arm/ptrace.h +++ b/include/asm-arm/ptrace.h | |||
@@ -60,9 +60,11 @@ | |||
60 | 60 | ||
61 | #ifndef __ASSEMBLY__ | 61 | #ifndef __ASSEMBLY__ |
62 | 62 | ||
63 | /* this struct defines the way the registers are stored on the | 63 | /* |
64 | stack during a system call. */ | 64 | * This struct defines the way the registers are stored on the |
65 | 65 | * stack during a system call. Note that sizeof(struct pt_regs) | |
66 | * has to be a multiple of 8. | ||
67 | */ | ||
66 | struct pt_regs { | 68 | struct pt_regs { |
67 | long uregs[18]; | 69 | long uregs[18]; |
68 | }; | 70 | }; |