diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-03-15 02:06:43 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-03-15 06:34:44 -0400 |
commit | b31ac42697bef4a3aa5d0aa42375a55657f57174 (patch) | |
tree | 8aaa78c949e9e3ba66d4ed7c900d990af662c70e /arch/arc/kernel | |
parent | c2ff5cf2735c57542b8e630e63d6983013a2e1c3 (diff) |
ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel')
-rw-r--r-- | arch/arc/kernel/setup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c index cdc821df1809..fa1fa9aa0e0b 100644 --- a/arch/arc/kernel/setup.c +++ b/arch/arc/kernel/setup.c | |||
@@ -357,11 +357,6 @@ static void arc_chk_core_config(void) | |||
357 | pr_warn("CONFIG_ARC_FPU_SAVE_RESTORE needed for working apps\n"); | 357 | pr_warn("CONFIG_ARC_FPU_SAVE_RESTORE needed for working apps\n"); |
358 | else if (!cpu->extn.fpu_dp && fpu_enabled) | 358 | else if (!cpu->extn.fpu_dp && fpu_enabled) |
359 | panic("FPU non-existent, disable CONFIG_ARC_FPU_SAVE_RESTORE\n"); | 359 | panic("FPU non-existent, disable CONFIG_ARC_FPU_SAVE_RESTORE\n"); |
360 | |||
361 | if (is_isa_arcv2() && IS_ENABLED(CONFIG_SMP) && cpu->isa.atomic && | ||
362 | IS_ENABLED(CONFIG_ARC_HAS_LLSC) && | ||
363 | !IS_ENABLED(CONFIG_ARC_STAR_9000923308)) | ||
364 | panic("llock/scond livelock workaround missing\n"); | ||
365 | } | 360 | } |
366 | 361 | ||
367 | /* | 362 | /* |