We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277d160 commit e0c7333Copy full SHA for e0c7333
arch/arc/Kconfig
@@ -425,7 +425,7 @@ config ARC_CANT_LLSC
425
426
config ARC_HAS_LLSC
427
bool "Insn: LLOCK/SCOND (efficient atomic ops)"
428
- default y
+ default n
429
depends on !ARC_CANT_LLSC
430
431
config ARC_HAS_ATLD
arch/arc/configs/haps_arc64_smp_defconfig
@@ -17,6 +17,8 @@ CONFIG_PERF_EVENTS=y
17
# CONFIG_COMPAT_BRK is not set
18
CONFIG_SLAB=y
19
CONFIG_SMP=y
20
+CONFIG_ARC_HAS_LLSC=y
21
+# CONFIG_ARC_HAS_ATLD is not set
22
CONFIG_ISA_ARCV3=y
23
CONFIG_PGTABLE_LEVELS=4
24
# CONFIG_ARC_HAS_ACCL_REGS is not set
0 commit comments