Loading arch/mips/include/asm/cpu-features.h +4 −0 Original line number Diff line number Diff line Loading @@ -234,4 +234,8 @@ #define cpu_scache_line_size() cpu_data[0].scache.linesz #endif #ifndef cpu_hwrena_impl_bits #define cpu_hwrena_impl_bits 0 #endif #endif /* __ASM_CPU_FEATURES_H */ arch/mips/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -1502,7 +1502,7 @@ void __cpuinit per_cpu_trap_init(void) status_set); if (cpu_has_mips_r2) { unsigned int enable = 0x0000000f; unsigned int enable = 0x0000000f | cpu_hwrena_impl_bits; if (!noulri && cpu_has_userlocal) enable |= (1 << 29); Loading Loading
arch/mips/include/asm/cpu-features.h +4 −0 Original line number Diff line number Diff line Loading @@ -234,4 +234,8 @@ #define cpu_scache_line_size() cpu_data[0].scache.linesz #endif #ifndef cpu_hwrena_impl_bits #define cpu_hwrena_impl_bits 0 #endif #endif /* __ASM_CPU_FEATURES_H */
arch/mips/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -1502,7 +1502,7 @@ void __cpuinit per_cpu_trap_init(void) status_set); if (cpu_has_mips_r2) { unsigned int enable = 0x0000000f; unsigned int enable = 0x0000000f | cpu_hwrena_impl_bits; if (!noulri && cpu_has_userlocal) enable |= (1 << 29); Loading