Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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