Cancellation points no longer depend on EXPERIMENTAL

This commit is contained in:
Gregory Nutt 2016-12-09 17:44:37 -06:00
parent 38b9ab09d9
commit 018eb7c1d2
1 changed files with 0 additions and 2 deletions

View File

@ -249,7 +249,6 @@ menu "Tasks and Scheduling"
config SPINLOCK
bool "Support Spinlocks"
default n
depends on EXPERIMENTAL
---help---
Enables suppport for spinlocks. Spinlocks are current used only for
SMP suppport.
@ -563,7 +562,6 @@ endmenu # Pthread Options
config CANCELLATION_POINTS
bool "Cancellation points"
default n
depends on EXPERIMENTAL
---help---
Enable POSIX cancellation points for pthread_cancel(). If selected,
cancellation points will also used with the () task_delete() API even if