[MIPS] Add missing returns in signal code.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 3 Aug 2006 20:54:13 +0000 (21:54 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 27 Sep 2006 12:37:32 +0000 (13:37 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/signal.c
arch/mips/kernel/signal32.c

index dc8956e..56bf429 100644 (file)
@@ -443,6 +443,8 @@ void do_signal(struct pt_regs *regs)
                        if (test_thread_flag(TIF_RESTORE_SIGMASK))
                                clear_thread_flag(TIF_RESTORE_SIGMASK);
                }
+
+               return;
        }
 
        /*
index 30980df..282e85a 100644 (file)
@@ -833,6 +833,8 @@ void do_signal32(struct pt_regs *regs)
                        if (test_thread_flag(TIF_RESTORE_SIGMASK))
                                clear_thread_flag(TIF_RESTORE_SIGMASK);
                }
+
+               return;
        }
 
        /*