Commit 12d1402c authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Mark expected switch fall-throughs in fault.c



Fix a fall-through warning in fault.c.

Fixes: a035d552 ("Makefile: Globally enable fall-through warning")
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 4010b622
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ parisc_acctyp(unsigned long code, unsigned int inst)
	case 0x30000000: /* coproc2 */
		if (bit22set(inst))
			return VM_WRITE;
		/* fall through */

	case 0x0: /* indexed/memory management */
		if (bit22set(inst)) {