Ver Fonte

sparc32: suppress an implicit-fallthrough warning

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stephen Rothwell há 6 anos atrás
pai
commit
e945067d95
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      arch/sparc/kernel/signal32.c

+ 1 - 0
arch/sparc/kernel/signal32.c

@@ -683,6 +683,7 @@ void do_signal32(struct pt_regs * regs)
 				regs->tpc -= 4;
 				regs->tnpc -= 4;
 				pt_regs_clear_syscall(regs);
+				/* fall through */
 			case ERESTART_RESTARTBLOCK:
 				regs->u_regs[UREG_G1] = __NR_restart_syscall;
 				regs->tpc -= 4;