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

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>

-4
-4
arch/mips/include/asm/mach-malta/cpu-feature-overrides.h
··· 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 ? */