aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/kernel/signal.c')
-rw-r--r--arch/c6x/kernel/signal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/c6x/kernel/signal.c b/arch/c6x/kernel/signal.c
index 3d8f3c22a94f..3998b24e26f2 100644
--- a/arch/c6x/kernel/signal.c
+++ b/arch/c6x/kernel/signal.c
@@ -249,8 +249,6 @@ static void handle_signal(int sig,
249 siginfo_t *info, struct k_sigaction *ka, 249 siginfo_t *info, struct k_sigaction *ka,
250 struct pt_regs *regs, int syscall) 250 struct pt_regs *regs, int syscall)
251{ 251{
252 int ret;
253
254 /* Are we from a system call? */ 252 /* Are we from a system call? */
255 if (syscall) { 253 if (syscall) {
256 /* If so, check system call restarting.. */ 254 /* If so, check system call restarting.. */