Commit 75afbf49 authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer

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

Clean up cpu-feature-overrides, which only repeat the default.
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent b1ce9716
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#define cpu_has_dsp2 0 #define cpu_has_dsp2 0
#define cpu_has_mipsmt 0 #define cpu_has_mipsmt 0
#define cpu_has_userlocal 0 #define cpu_has_userlocal 0
#define cpu_hwrena_impl_bits 0
#define cpu_has_perf_cntr_intr_bit 0 #define cpu_has_perf_cntr_intr_bit 0
#define cpu_has_vz 0 #define cpu_has_vz 0
#define cpu_has_fre 0 #define cpu_has_fre 0
......
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
#define cpu_has_4kex 1 #define cpu_has_4kex 1
#define cpu_has_3k_cache 0 #define cpu_has_3k_cache 0
#define cpu_has_4k_cache 1 #define cpu_has_4k_cache 1
#define cpu_has_6k_cache 0
#define cpu_has_8k_cache 0
#define cpu_has_tx39_cache 0 #define cpu_has_tx39_cache 0
#define cpu_has_fpu 1 #define cpu_has_fpu 1
#define cpu_has_nofpuex 0 #define cpu_has_nofpuex 0
...@@ -67,7 +65,6 @@ ...@@ -67,7 +65,6 @@
#define cpu_has_mipsmt 0 #define cpu_has_mipsmt 0
#define cpu_has_userlocal 0 #define cpu_has_userlocal 0
#define cpu_has_inclusive_pcaches 1 #define cpu_has_inclusive_pcaches 1
#define cpu_hwrena_impl_bits 0
#define cpu_has_perf_cntr_intr_bit 0 #define cpu_has_perf_cntr_intr_bit 0
#define cpu_has_vz 0 #define cpu_has_vz 0
#define cpu_has_fre 0 #define cpu_has_fre 0
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
#define cpu_has_4kex 1 #define cpu_has_4kex 1
#define cpu_has_3k_cache 0 #define cpu_has_3k_cache 0
#define cpu_has_4k_cache 1 #define cpu_has_4k_cache 1
#define cpu_has_6k_cache 0
#define cpu_has_8k_cache 0
#define cpu_has_tx39_cache 0 #define cpu_has_tx39_cache 0
#define cpu_has_fpu 1 #define cpu_has_fpu 1
#define cpu_has_nofpuex 0 #define cpu_has_nofpuex 0
...@@ -69,7 +67,6 @@ ...@@ -69,7 +67,6 @@
#define cpu_has_mipsmt 0 #define cpu_has_mipsmt 0
#define cpu_has_userlocal 0 #define cpu_has_userlocal 0
#define cpu_has_inclusive_pcaches 1 #define cpu_has_inclusive_pcaches 1
#define cpu_hwrena_impl_bits 0
#define cpu_has_perf_cntr_intr_bit 0 #define cpu_has_perf_cntr_intr_bit 0
#define cpu_has_vz 0 #define cpu_has_vz 0
#define cpu_has_fre 0 #define cpu_has_fre 0
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#define cpu_has_octeon_cache 1 #define cpu_has_octeon_cache 1
#define cpu_has_4k_cache 0 #define cpu_has_4k_cache 0
#else #else
#define cpu_has_octeon_cache 0
#define cpu_has_4k_cache 1 #define cpu_has_4k_cache 1
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment