Commit e399ef19 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David S. Miller
Browse files

sparc32: supress another implicit-fallthrough warning

parent e945067d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -508,6 +508,7 @@ static void do_signal(struct pt_regs *regs, unsigned long orig_i0)
				regs->pc -= 4;
				regs->npc -= 4;
				pt_regs_clear_syscall(regs);
				/* fall through */
			case ERESTART_RESTARTBLOCK:
				regs->u_regs[UREG_G1] = __NR_restart_syscall;
				regs->pc -= 4;