diff options
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/signal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/signal.c b/arch/powerpc/kernel/signal.c index dee275014e00..88d8977731ed 100644 --- a/arch/powerpc/kernel/signal.c +++ b/arch/powerpc/kernel/signal.c | |||
@@ -146,7 +146,6 @@ int do_signal(sigset_t *oldset, struct pt_regs *regs) | |||
146 | return 0; /* no signals delivered */ | 146 | return 0; /* no signals delivered */ |
147 | } | 147 | } |
148 | 148 | ||
149 | #ifdef CONFIG_PPC64 | ||
150 | /* | 149 | /* |
151 | * Reenable the DABR before delivering the signal to | 150 | * Reenable the DABR before delivering the signal to |
152 | * user space. The DABR will have been cleared if it | 151 | * user space. The DABR will have been cleared if it |
@@ -154,7 +153,6 @@ int do_signal(sigset_t *oldset, struct pt_regs *regs) | |||
154 | */ | 153 | */ |
155 | if (current->thread.dabr) | 154 | if (current->thread.dabr) |
156 | set_dabr(current->thread.dabr); | 155 | set_dabr(current->thread.dabr); |
157 | #endif | ||
158 | 156 | ||
159 | if (is32) { | 157 | if (is32) { |
160 | if (ka.sa.sa_flags & SA_SIGINFO) | 158 | if (ka.sa.sa_flags & SA_SIGINFO) |