kernel/arch/mips/cavium-octeon/executive/cvmx-helper-npi.c
.. .. @@ -59,18 +59,6 @@ 59 59 && !OCTEON_IS_MODEL(OCTEON_CN52XX_PASS1_X)) 60 60 /* The packet engines didn't exist before pass 2 */ 61 61 return 4; 62 -#if 063 - /*64 - * Technically CN30XX, CN31XX, and CN50XX contain packet65 - * engines, but nobody ever uses them. Since this is the case,66 - * we disable them here.67 - */68 - else if (OCTEON_IS_MODEL(OCTEON_CN31XX)69 - || OCTEON_IS_MODEL(OCTEON_CN50XX))70 - return 2;71 - else if (OCTEON_IS_MODEL(OCTEON_CN30XX))72 - return 1;73 -#endif74 62 #endif 75 63 return 0; 76 64 }