]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MIPS: SEAD3: Enable LL/SC.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 12 Mar 2013 15:06:07 +0000 (16:06 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 12 Mar 2013 17:58:09 +0000 (18:58 +0100)
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>
arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h

index b40f37fb3dee80e550d8495486b706a05af34763..193c0912d38e651519b8fb8b7bbc9fa31d7893e8 100644 (file)
@@ -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 ? */