kernel/arch/mips/include/asm/octeon/cvmx-sli-defs.h
.. .. @@ -46,6 +46,7 @@ 46 46 case OCTEON_CN78XX & OCTEON_FAMILY_MASK: 47 47 if (OCTEON_IS_MODEL(OCTEON_CN78XX_PASS1_X)) 48 48 return 0x0000000000003CB0ull; 49 + fallthrough;49 50 default: 50 51 return 0x0000000000023CB0ull; 51 52 }