Revert "kernel: Deprecate CONFIG_MULTITHREADING"
This reverts commit 28cb9dab64
.
This commit is contained in:
parent
4f949a28fb
commit
2165e8c585
2 changed files with 1 additions and 12 deletions
|
@ -65,10 +65,6 @@ if(${CONFIG_KERNEL_MEM_POOL})
|
|||
target_sources(kernel PRIVATE mempool.c)
|
||||
endif()
|
||||
|
||||
if(NOT CONFIG_MULTITHREADING)
|
||||
message(WARNING "Single threaded mode (CONFIG_MULTITHREADING=n) is deprecated")
|
||||
endif()
|
||||
|
||||
# The last 2 files inside the target_sources_ifdef should be
|
||||
# userspace_handler.c and userspace.c. If not the linker would complain.
|
||||
# This order has to be maintained. Any new file should be placed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue