Loading arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h +1 −0 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,7 @@ #define cpu_has_userlocal 0 #define cpu_has_userlocal 0 #define cpu_has_vint 0 #define cpu_has_vint 0 #define cpu_has_veic 0 #define cpu_has_veic 0 #define cpu_hwrena_impl_bits 0xc0000000 #define ARCH_HAS_READ_CURRENT_TIMER 1 #define ARCH_HAS_READ_CURRENT_TIMER 1 #define ARCH_HAS_IRQ_PER_CPU 1 #define ARCH_HAS_IRQ_PER_CPU 1 #define ARCH_HAS_SPINLOCK_PREFETCH 1 #define ARCH_HAS_SPINLOCK_PREFETCH 1 Loading arch/mips/kernel/traps.c +0 −4 Original line number Original line Diff line number Diff line Loading @@ -1510,10 +1510,6 @@ void __cpuinit per_cpu_trap_init(void) write_c0_hwrena(enable); write_c0_hwrena(enable); } } #ifdef CONFIG_CPU_CAVIUM_OCTEON write_c0_hwrena(0xc000000f); /* Octeon has register 30 and 31 */ #endif #ifdef CONFIG_MIPS_MT_SMTC #ifdef CONFIG_MIPS_MT_SMTC if (!secondaryTC) { if (!secondaryTC) { #endif /* CONFIG_MIPS_MT_SMTC */ #endif /* CONFIG_MIPS_MT_SMTC */ Loading Loading
arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h +1 −0 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,7 @@ #define cpu_has_userlocal 0 #define cpu_has_userlocal 0 #define cpu_has_vint 0 #define cpu_has_vint 0 #define cpu_has_veic 0 #define cpu_has_veic 0 #define cpu_hwrena_impl_bits 0xc0000000 #define ARCH_HAS_READ_CURRENT_TIMER 1 #define ARCH_HAS_READ_CURRENT_TIMER 1 #define ARCH_HAS_IRQ_PER_CPU 1 #define ARCH_HAS_IRQ_PER_CPU 1 #define ARCH_HAS_SPINLOCK_PREFETCH 1 #define ARCH_HAS_SPINLOCK_PREFETCH 1 Loading
arch/mips/kernel/traps.c +0 −4 Original line number Original line Diff line number Diff line Loading @@ -1510,10 +1510,6 @@ void __cpuinit per_cpu_trap_init(void) write_c0_hwrena(enable); write_c0_hwrena(enable); } } #ifdef CONFIG_CPU_CAVIUM_OCTEON write_c0_hwrena(0xc000000f); /* Octeon has register 30 and 31 */ #endif #ifdef CONFIG_MIPS_MT_SMTC #ifdef CONFIG_MIPS_MT_SMTC if (!secondaryTC) { if (!secondaryTC) { #endif /* CONFIG_MIPS_MT_SMTC */ #endif /* CONFIG_MIPS_MT_SMTC */ Loading