Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35847
b: refs/heads/master
c: d4d3585
h: refs/heads/master
i:
  35845: aa6e26f
  35843: 6e6b196
  35839: cc4705e
v: v3
  • Loading branch information
Chuck Ebbert authored and Andi Kleen committed Sep 26, 2006
1 parent b60637f commit 31d7ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 145106e81090fcdfb57b7f2e90b98c6445b6f33d
refs/heads/master: d4d35854a1cf7fb170c8e133a5e40a9d19e7fc17
4 changes: 2 additions & 2 deletions trunk/arch/x86_64/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static int is_at_popf(struct task_struct *child, struct pt_regs *regs)
case 0x26: case 0x2e:
case 0x36: case 0x3e:
case 0x64: case 0x65:
case 0xf0: case 0xf2: case 0xf3:
case 0xf2: case 0xf3:
continue;

case 0x40 ... 0x4f:
Expand All @@ -148,7 +148,7 @@ static int is_at_popf(struct task_struct *child, struct pt_regs *regs)
/* 64-bit mode: REX prefix */
continue;

/* CHECKME: f0, f2, f3 */
/* CHECKME: f2, f3 */

/*
* pushf: NOTE! We should probably not let
Expand Down

0 comments on commit 31d7ca9

Please sign in to comment.