diff options
| author | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-05-05 10:32:56 -0400 |
|---|---|---|
| committer | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-05-05 10:32:56 -0400 |
| commit | f77165df5ba75461b491a9f20f778307f1b4a0ac (patch) | |
| tree | 5aee2540a7668ce0c0f998eb41dd2776dc83aaa4 /arch/ia64/kernel/signal.c | |
| parent | ddf3e298b33f3e15a2e6272e0146dfa940c89a74 (diff) | |
| parent | b2d84f078a8be40f5ae3b4d2ac001e2a7f45fe4f (diff) | |
Merge with /home/shaggy/git/linus-clean/
Diffstat (limited to 'arch/ia64/kernel/signal.c')
| -rw-r--r-- | arch/ia64/kernel/signal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/kernel/signal.c b/arch/ia64/kernel/signal.c index 6891d86937d9..499b7e5317cf 100644 --- a/arch/ia64/kernel/signal.c +++ b/arch/ia64/kernel/signal.c | |||
| @@ -224,7 +224,8 @@ ia64_rt_sigreturn (struct sigscratch *scr) | |||
| 224 | * could be corrupted. | 224 | * could be corrupted. |
| 225 | */ | 225 | */ |
| 226 | retval = (long) &ia64_leave_kernel; | 226 | retval = (long) &ia64_leave_kernel; |
| 227 | if (test_thread_flag(TIF_SYSCALL_TRACE)) | 227 | if (test_thread_flag(TIF_SYSCALL_TRACE) |
| 228 | || test_thread_flag(TIF_SYSCALL_AUDIT)) | ||
| 228 | /* | 229 | /* |
| 229 | * strace expects to be notified after sigreturn returns even though the | 230 | * strace expects to be notified after sigreturn returns even though the |
| 230 | * context to which we return may not be in the middle of a syscall. | 231 | * context to which we return may not be in the middle of a syscall. |
