1
0
Fork 0

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

Fix a fall-through warning in fault.c.

Fixes: a035d552a9 ("Makefile: Globally enable fall-through warning")
Signed-off-by: Helge Deller <deller@gmx.de>
alistair/sunxi64-5.4-dsi
Helge Deller 2019-07-31 16:16:00 +02:00
parent 4010b622f1
commit 12d1402ce3
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {