Skip to content

Commit

Permalink
ARCv3: HS5x: Disable ATLD in HS5x defconfigs
Browse files Browse the repository at this point in the history
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 da7891b
("ARCv3: HS5x: update defconfigs for HS5x and enable ATLD").

Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>
  • Loading branch information
pavelvkozlov committed Aug 6, 2024
1 parent 408958a commit eda52bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/arc/configs/haps_hs5x_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions arch/arc/configs/haps_hs5x_smp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eda52bb

Please sign in to comment.