Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110306
b: refs/heads/master
c: 4fe702c
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh committed Jul 25, 2008
1 parent a985cf8 commit 3fe4cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 461d159694d683c9e43ead07720a3a0f17f6f060
refs/heads/master: 4fe702c7e401f912c0edd294af6e37c02f451bbb
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static inline bool invalid_selector(u16 value)

#define FLAG_MASK FLAG_MASK_32

static long *pt_regs_access(struct pt_regs *regs, unsigned long regno)
static unsigned long *pt_regs_access(struct pt_regs *regs, unsigned long regno)
{
BUILD_BUG_ON(offsetof(struct pt_regs, bx) != 0);
regno >>= 2;
Expand Down

0 comments on commit 3fe4cbb

Please sign in to comment.