Skip to content

Commit

Permalink
MIPS: SEAD3: Enable LL/SC.
Browse files Browse the repository at this point in the history
All synthesizable CPU cores that could be loaded into a SEAD3's FPGA are
MIPS32 or MIPS64 CPUs that have ll/sc.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Mar 12, 2013
1 parent 631b0af commit f4cdb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/* #define cpu_has_prefetch ? */
#define cpu_has_mcheck 1
/* #define cpu_has_ejtag ? */
#define cpu_has_llsc 0
#define cpu_has_llsc 1
/* #define cpu_has_vtag_icache ? */
/* #define cpu_has_dc_aliases ? */
/* #define cpu_has_ic_fills_f_dc ? */
Expand Down

0 comments on commit f4cdb6a

Please sign in to comment.