File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ config ARC_CANT_LLSC
425425
426426config ARC_HAS_LLSC
427427 bool "Insn: LLOCK/SCOND (efficient atomic ops)"
428- default y
428+ default n
429429 depends on !ARC_CANT_LLSC
430430
431431config ARC_HAS_ATLD
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ CONFIG_EXPERT=y
1616CONFIG_PERF_EVENTS=y
1717# CONFIG_COMPAT_BRK is not set
1818CONFIG_SLAB=y
19+ CONFIG_ARC_HAS_LLSC=y
20+ # CONFIG_ARC_HAS_ATLD is not set
1921CONFIG_ISA_ARCV3=y
2022CONFIG_PGTABLE_LEVELS=4
2123# CONFIG_ARC_HAS_ACCL_REGS is not set
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ CONFIG_PERF_EVENTS=y
1717# CONFIG_COMPAT_BRK is not set
1818CONFIG_SLAB=y
1919CONFIG_SMP=y
20+ CONFIG_ARC_HAS_LLSC=y
21+ # CONFIG_ARC_HAS_ATLD is not set
2022CONFIG_ISA_ARCV3=y
2123CONFIG_PGTABLE_LEVELS=4
2224# CONFIG_ARC_HAS_ACCL_REGS is not set
You can’t perform that action at this time.
0 commit comments