Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326228
b: refs/heads/master
c: 0967237
h: refs/heads/master
v: v3
  • Loading branch information
Tony Luck committed Sep 20, 2012
1 parent 0422c17 commit cdadfc8
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: 36a45e741783629e2c9039da51b95f637d56f875
refs/heads/master: 0967237ca6521c63822340138e4d62ecf8a3d173
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ do_notify_resume_user(sigset_t *unused, struct sigscratch *scr, long in_syscall)
ia64_do_signal(scr, in_syscall);
}

if (test_thread_flag(TIF_NOTIFY_RESUME)) {
clear_thread_flag(TIF_NOTIFY_RESUME);
if (test_and_clear_thread_flag(TIF_NOTIFY_RESUME)) {
local_irq_enable(); /* force interrupt enable */
tracehook_notify_resume(&scr->pt);
}

Expand Down

0 comments on commit cdadfc8

Please sign in to comment.