Commit b8d6f78cd058e34ec706f7cb353fdb2eb743c050
1 parent
43e6ae6d9f
Exists in
master
and in
4 other branches
MIPS: Malta: Remove pointless use use of CONFIG_CPU_HAS_LLSC
All CPUs for Malta support LL/SC. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff
arch/mips/include/asm/mach-malta/cpu-feature-overrides.h
... | ... | @@ -28,11 +28,7 @@ |
28 | 28 | /* #define cpu_has_prefetch ? */ |
29 | 29 | #define cpu_has_mcheck 1 |
30 | 30 | /* #define cpu_has_ejtag ? */ |
31 | -#ifdef CONFIG_CPU_HAS_LLSC | |
32 | 31 | #define cpu_has_llsc 1 |
33 | -#else | |
34 | -#define cpu_has_llsc 0 | |
35 | -#endif | |
36 | 32 | /* #define cpu_has_vtag_icache ? */ |
37 | 33 | /* #define cpu_has_dc_aliases ? */ |
38 | 34 | /* #define cpu_has_ic_fills_f_dc ? */ |