Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: cpu-feature-overrides: Remove not needed overrides

Clean up cpu-feature-overrides, which only repeat the default.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

-8
-1
arch/mips/include/asm/mach-dec/cpu-feature-overrides.h
··· 43 43 #define cpu_has_dsp2 0 44 44 #define cpu_has_mipsmt 0 45 45 #define cpu_has_userlocal 0 46 - #define cpu_hwrena_impl_bits 0 47 46 #define cpu_has_perf_cntr_intr_bit 0 48 47 #define cpu_has_vz 0 49 48 #define cpu_has_fre 0
-3
arch/mips/include/asm/mach-ip27/cpu-feature-overrides.h
··· 25 25 #define cpu_has_4kex 1 26 26 #define cpu_has_3k_cache 0 27 27 #define cpu_has_4k_cache 1 28 - #define cpu_has_6k_cache 0 29 - #define cpu_has_8k_cache 0 30 28 #define cpu_has_tx39_cache 0 31 29 #define cpu_has_fpu 1 32 30 #define cpu_has_nofpuex 0 ··· 65 67 #define cpu_has_mipsmt 0 66 68 #define cpu_has_userlocal 0 67 69 #define cpu_has_inclusive_pcaches 1 68 - #define cpu_hwrena_impl_bits 0 69 70 #define cpu_has_perf_cntr_intr_bit 0 70 71 #define cpu_has_vz 0 71 72 #define cpu_has_fre 0
-3
arch/mips/include/asm/mach-ip30/cpu-feature-overrides.h
··· 28 28 #define cpu_has_4kex 1 29 29 #define cpu_has_3k_cache 0 30 30 #define cpu_has_4k_cache 1 31 - #define cpu_has_6k_cache 0 32 - #define cpu_has_8k_cache 0 33 31 #define cpu_has_tx39_cache 0 34 32 #define cpu_has_fpu 1 35 33 #define cpu_has_nofpuex 0 ··· 67 69 #define cpu_has_mipsmt 0 68 70 #define cpu_has_userlocal 0 69 71 #define cpu_has_inclusive_pcaches 1 70 - #define cpu_hwrena_impl_bits 0 71 72 #define cpu_has_perf_cntr_intr_bit 0 72 73 #define cpu_has_vz 0 73 74 #define cpu_has_fre 0
-1
arch/mips/include/asm/mach-paravirt/cpu-feature-overrides.h
··· 29 29 #define cpu_has_octeon_cache 1 30 30 #define cpu_has_4k_cache 0 31 31 #else 32 - #define cpu_has_octeon_cache 0 33 32 #define cpu_has_4k_cache 1 34 33 #endif 35 34