]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
MIPS: Malta: Remove pointless use use of CONFIG_CPU_HAS_LLSC
authorRalf Baechle <ralf@linux-mips.org>
Thu, 17 Sep 2009 00:25:06 +0000 (02:25 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Sep 2009 18:07:49 +0000 (20:07 +0200)
All CPUs for Malta support LL/SC.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-malta/cpu-feature-overrides.h

index 7f3e3f9bd23a0cb8a37d40827d7d918d017aa2fd..2848cea42bce8f5e441a63c2546e7c93d0b98da5 100644 (file)
 /* #define cpu_has_prefetch    ? */
 #define cpu_has_mcheck         1
 /* #define cpu_has_ejtag       ? */
-#ifdef CONFIG_CPU_HAS_LLSC
 #define cpu_has_llsc           1
-#else
-#define cpu_has_llsc           0
-#endif
 /* #define cpu_has_vtag_icache ? */
 /* #define cpu_has_dc_aliases  ? */
 /* #define cpu_has_ic_fills_f_dc ? */