From eda52bbfd2717346604f88c74bed4ab51f30085d Mon Sep 17 00:00:00 2001 From: Pavel Kozlov Date: Tue, 6 Aug 2024 17:47:44 +0100 Subject: [PATCH] ARCv3: HS5x: Disable ATLD in HS5x defconfigs Update HS5x defconfigs to disable ATLD instructions by default for UP systems, and disable ATLD while enabling LLSC for SMP systems. This commit reverts part of the changes introduced by commit da7891b5f2e4 ("ARCv3: HS5x: update defconfigs for HS5x and enable ATLD"). Signed-off-by: Pavel Kozlov --- arch/arc/configs/haps_hs5x_defconfig | 1 - arch/arc/configs/haps_hs5x_smp_defconfig | 2 -- 2 files changed, 3 deletions(-) diff --git a/arch/arc/configs/haps_hs5x_defconfig b/arch/arc/configs/haps_hs5x_defconfig index 6b4ca45a266a3c..9b87a8975ed563 100644 --- a/arch/arc/configs/haps_hs5x_defconfig +++ b/arch/arc/configs/haps_hs5x_defconfig @@ -18,7 +18,6 @@ CONFIG_PERF_EVENTS=y CONFIG_SLAB=y CONFIG_ISA_ARCV3=y CONFIG_ARC_CPU_HS5X=y -CONFIG_ARC_HAS_ATLD=y CONFIG_LINUX_LINK_BASE=0x00000000 CONFIG_LINUX_MAP_SIZE=0x60000000 CONFIG_ARC_BUILTIN_DTB_NAME="haps_hs5x" diff --git a/arch/arc/configs/haps_hs5x_smp_defconfig b/arch/arc/configs/haps_hs5x_smp_defconfig index d7c20fa1b4bedb..f2e8d711fcc3e7 100644 --- a/arch/arc/configs/haps_hs5x_smp_defconfig +++ b/arch/arc/configs/haps_hs5x_smp_defconfig @@ -19,8 +19,6 @@ CONFIG_SLAB=y CONFIG_SMP=y CONFIG_ISA_ARCV3=y CONFIG_ARC_CPU_HS5X=y -# CONFIG_ARC_HAS_LLSC is not set -CONFIG_ARC_HAS_ATLD=y CONFIG_LINUX_LINK_BASE=0x00000000 CONFIG_LINUX_MAP_SIZE=0x60000000 CONFIG_ARC_BUILTIN_DTB_NAME="haps_hs5x_idu"