Skip to content

ARCv3: Default ATLD=y LLSC=n configuration #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: arc64
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ config ARC_CANT_LLSC

config ARC_HAS_LLSC
bool "Insn: LLOCK/SCOND (efficient atomic ops)"
default y
default n
depends on !ARC_CANT_LLSC

config ARC_HAS_ATLD
Expand Down
2 changes: 2 additions & 0 deletions arch/arc/configs/haps_arc64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ CONFIG_EXPERT=y
CONFIG_PERF_EVENTS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
CONFIG_ARC_HAS_LLSC=y
# CONFIG_ARC_HAS_ATLD is not set
CONFIG_ISA_ARCV3=y
CONFIG_PGTABLE_LEVELS=4
# CONFIG_ARC_HAS_ACCL_REGS is not set
Expand Down
2 changes: 2 additions & 0 deletions arch/arc/configs/haps_arc64_smp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ CONFIG_PERF_EVENTS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
CONFIG_SMP=y
CONFIG_ARC_HAS_LLSC=y
# CONFIG_ARC_HAS_ATLD is not set
CONFIG_ISA_ARCV3=y
CONFIG_PGTABLE_LEVELS=4
# CONFIG_ARC_HAS_ACCL_REGS is not set
Expand Down