Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74153
b: refs/heads/master
c: 000f4a9
h: refs/heads/master
i:
  74151: c0956dc
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Nov 26, 2007
1 parent b6ec9ce commit 3332b86
Show file tree
Hide file tree
Showing 3 changed files with 5 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: bc84cf17b50ca5b49bec0a5fef63c58c1526d46b
refs/heads/master: 000f4a9e718a665fd706500199a3f0c11fea30c1
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,8 @@ fastcall void __kprobes do_debug(struct pt_regs * regs, long error_code)
unsigned int condition;
struct task_struct *tsk = current;

trace_hardirqs_fixup();

get_debugreg(condition, 6);

if (notify_die(DIE_DEBUG, "debug", regs, condition, error_code,
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/traps_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,8 @@ asmlinkage void __kprobes do_debug(struct pt_regs * regs,
struct task_struct *tsk = current;
siginfo_t info;

trace_hardirqs_fixup();

get_debugreg(condition, 6);

if (notify_die(DIE_DEBUG, "debug", regs, condition, error_code,
Expand Down

0 comments on commit 3332b86

Please sign in to comment.