Skip to content

Commit

Permalink
MIPS: Malta: Remove pointless use use of CONFIG_CPU_HAS_LLSC
Browse files Browse the repository at this point in the history
All CPUs for Malta support LL/SC.

Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Sep 17, 2009
1 parent 43e6ae6 commit b8d6f78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/mips/include/asm/mach-malta/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
/* #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 ? */
Expand Down

0 comments on commit b8d6f78

Please sign in to comment.