diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/ia32/ia32_signal.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/x86_64/ia32/ia32_signal.c b/arch/x86_64/ia32/ia32_signal.c index ced15012a3d7..a6ba9951e86c 100644 --- a/arch/x86_64/ia32/ia32_signal.c +++ b/arch/x86_64/ia32/ia32_signal.c | |||
@@ -490,9 +490,9 @@ int ia32_setup_frame(int sig, struct k_sigaction *ka, | |||
490 | regs->ss = __USER32_DS; | 490 | regs->ss = __USER32_DS; |
491 | 491 | ||
492 | set_fs(USER_DS); | 492 | set_fs(USER_DS); |
493 | regs->eflags &= ~TF_MASK; | 493 | regs->eflags &= ~TF_MASK; |
494 | if (test_thread_flag(TIF_SINGLESTEP)) | 494 | if (test_thread_flag(TIF_SINGLESTEP)) |
495 | ptrace_notify(SIGTRAP); | 495 | ptrace_notify(SIGTRAP); |
496 | 496 | ||
497 | #if DEBUG_SIG | 497 | #if DEBUG_SIG |
498 | printk("SIG deliver (%s:%d): sp=%p pc=%p ra=%p\n", | 498 | printk("SIG deliver (%s:%d): sp=%p pc=%p ra=%p\n", |
@@ -587,8 +587,8 @@ int ia32_setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, | |||
587 | 587 | ||
588 | set_fs(USER_DS); | 588 | set_fs(USER_DS); |
589 | regs->eflags &= ~TF_MASK; | 589 | regs->eflags &= ~TF_MASK; |
590 | if (test_thread_flag(TIF_SINGLESTEP)) | 590 | if (test_thread_flag(TIF_SINGLESTEP)) |
591 | ptrace_notify(SIGTRAP); | 591 | ptrace_notify(SIGTRAP); |
592 | 592 | ||
593 | #if DEBUG_SIG | 593 | #if DEBUG_SIG |
594 | printk("SIG deliver (%s:%d): sp=%p pc=%p ra=%p\n", | 594 | printk("SIG deliver (%s:%d): sp=%p pc=%p ra=%p\n", |