diff options
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h index 425e708d4fb9..bbf054042395 100644 --- a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h | |||
@@ -58,6 +58,9 @@ | |||
58 | #define cpu_has_vint 0 | 58 | #define cpu_has_vint 0 |
59 | #define cpu_has_veic 0 | 59 | #define cpu_has_veic 0 |
60 | #define cpu_hwrena_impl_bits 0xc0000000 | 60 | #define cpu_hwrena_impl_bits 0xc0000000 |
61 | |||
62 | #define kernel_uses_smartmips_rixi (cpu_data[0].cputype == CPU_CAVIUM_OCTEON_PLUS) | ||
63 | |||
61 | #define ARCH_HAS_READ_CURRENT_TIMER 1 | 64 | #define ARCH_HAS_READ_CURRENT_TIMER 1 |
62 | #define ARCH_HAS_IRQ_PER_CPU 1 | 65 | #define ARCH_HAS_IRQ_PER_CPU 1 |
63 | #define ARCH_HAS_SPINLOCK_PREFETCH 1 | 66 | #define ARCH_HAS_SPINLOCK_PREFETCH 1 |