Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323854
b: refs/heads/master
c: baedbf0
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov committed Sep 15, 2012
1 parent c769bca commit 560ca54
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: d6a00b35e411519d774d978cdf80e4406d01b36b
refs/heads/master: baedbf02b1912225d60dd7403acb4b4e003088b5
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/uprobes.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ struct arch_uprobe {
};

struct arch_uprobe_task {
unsigned long saved_trap_nr;
#ifdef CONFIG_X86_64
unsigned long saved_scratch_register;
#endif
unsigned int saved_trap_nr;
unsigned int saved_tf;
};

Expand Down

0 comments on commit 560ca54

Please sign in to comment.