From: Ralf Baechle Date: Tue, 12 Mar 2013 15:06:07 +0000 (+0100) Subject: MIPS: SEAD3: Enable LL/SC. X-Git-Tag: upstream/snapshot3+hdmi~5113^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4cdb6a00c148e7724ada0998643b293a52b5f62;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git MIPS: SEAD3: Enable LL/SC. 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 --- diff --git a/arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h b/arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h index b40f37f..193c091 100644 --- a/arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h @@ -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 ? */