diff options
| author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:41 -0400 |
|---|---|---|
| committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:41 -0400 |
| commit | ab2e0b46cb9a197fab7d98e147cac7cd41a14047 (patch) | |
| tree | 92cb7ae617cc10d0b7e8951213d2d9769c2026b0 | |
| parent | 536e3ee4fed13d2d4bbf1b775174aba0cadf6aba (diff) | |
[PATCH] Fix some broken white space in ia32_signal.c
No functional changes
Signed-off-by: Andi Kleen <ak@suse.de>
| -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", |
