Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179166
b: refs/heads/master
c: 092a4e9
h: refs/heads/master
v: v3
  • Loading branch information
Jamie Iles authored and Russell King committed Jan 8, 2010
1 parent 9eac280 commit d5b4d0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8784895ede9a39cfecf76fe26b090a602877f70f
refs/heads/master: 092a4e957a835cbf6b2ec82a6a4d6ff06c0a362e
6 changes: 6 additions & 0 deletions trunk/arch/arm/include/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,15 @@
* stack during a system call. Note that sizeof(struct pt_regs)
* has to be a multiple of 8.
*/
#ifndef __KERNEL__
struct pt_regs {
long uregs[18];
};
#else /* __KERNEL__ */
struct pt_regs {
unsigned long uregs[18];
};
#endif /* __KERNEL__ */

#define ARM_cpsr uregs[16]
#define ARM_pc uregs[15]
Expand Down

0 comments on commit d5b4d0c

Please sign in to comment.