Loading
sw64: fix compile warning of do_entUna()
Sunway inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBDJNZ -------------------------------- Fix the following warnings: arch/sw_64/kernel/traps.c: In function 'do_entUna': arch/sw_64/kernel/traps.c:411:3: warning: this statement may fall through [-Wimplicit-fallthrough=] switch (fncode) { ^~~~~~ arch/sw_64/kernel/traps.c:585:2: note: here case 0x21: ^~~~ Fixes: 678e75e7273f ("sw64: add unaligned access support for C4 new instructions") Signed-off-by:He Chuyue <hechuyue@wxiat.com> Reviewed-by:
He Sheng <hesheng@wxiat.com> Signed-off-by:
Gu Zitao <guzitao@wxiat.com>