Skip to content

Commit 637c3ed

Browse files
carlocaioneaescolar
authored andcommitted
barriers: Enable builtin barriers for POSIX
By setting CONFIG_BARRIER_OPERATIONS_BUILTIN. Signed-off-by: Carlo Caione <[email protected]>
1 parent 49c7aa5 commit 637c3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ config ARCH_POSIX
142142
select ARCH_HAS_THREAD_ABORT
143143
select NATIVE_APPLICATION
144144
select HAS_COVERAGE_SUPPORT
145+
select BARRIER_OPERATIONS_BUILTIN
145146
help
146147
POSIX (native) architecture
147148

0 commit comments

Comments
 (0)