diff options
Diffstat (limited to 'arch/mips/include/asm/octeon/octeon-feature.h')
-rw-r--r-- | arch/mips/include/asm/octeon/octeon-feature.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/include/asm/octeon/octeon-feature.h b/arch/mips/include/asm/octeon/octeon-feature.h index 8ebd3f579b84..3ed10a8d7865 100644 --- a/arch/mips/include/asm/octeon/octeon-feature.h +++ b/arch/mips/include/asm/octeon/octeon-feature.h | |||
@@ -128,7 +128,8 @@ static inline int octeon_has_feature(enum octeon_feature feature) | |||
128 | case OCTEON_FEATURE_PCIE: | 128 | case OCTEON_FEATURE_PCIE: |
129 | return OCTEON_IS_MODEL(OCTEON_CN56XX) | 129 | return OCTEON_IS_MODEL(OCTEON_CN56XX) |
130 | || OCTEON_IS_MODEL(OCTEON_CN52XX) | 130 | || OCTEON_IS_MODEL(OCTEON_CN52XX) |
131 | || OCTEON_IS_MODEL(OCTEON_CN6XXX); | 131 | || OCTEON_IS_MODEL(OCTEON_CN6XXX) |
132 | || OCTEON_IS_MODEL(OCTEON_CN7XXX); | ||
132 | 133 | ||
133 | case OCTEON_FEATURE_SRIO: | 134 | case OCTEON_FEATURE_SRIO: |
134 | return OCTEON_IS_MODEL(OCTEON_CN63XX) | 135 | return OCTEON_IS_MODEL(OCTEON_CN63XX) |