kernel: default to new work API implementation

Switch the default and clean up some test workarounds.  This will enable
final conversions necessary to transition to the new API.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-11-20 09:28:47 -06:00 committed by Anas Nashif
commit d1affd9118
2 changed files with 2 additions and 2 deletions

View file

@ -1973,7 +1973,7 @@ PREDEFINED = "CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT" \
"CONFIG_FPU" \
"CONFIG_FPU_SHARING" \
"CONFIG_HEAP_MEM_POOL_SIZE" \
"CONFIG_KERNEL_WORK1" \
"CONFIG_KERNEL_WORK2" \
"CONFIG_MMU" \
"CONFIG_NET_L2_ETHERNET_MGMT" \
"CONFIG_NET_MGMT_EVENT" \

View file

@ -886,7 +886,7 @@ config THREAD_LOCAL_STORAGE
choice KERNEL_WORK
prompt "Which work queue implementation to use"
default KERNEL_WORK1
default KERNEL_WORK2
config KERNEL_WORK1
bool "Select the original racy work API"