Default for CONFIG_SCHED_HPWORK should be no

This commit is contained in:
Gregory Nutt 2014-10-14 16:56:37 -06:00
parent 128b032a16
commit 928b0bda3d

View File

@ -826,7 +826,7 @@ config SCHED_WORKQUEUE
config SCHED_HPWORK config SCHED_HPWORK
bool "High priority (kernel) worker thread" bool "High priority (kernel) worker thread"
default y default n
depends on !DISABLE_SIGNALS depends on !DISABLE_SIGNALS
select SCHED_WORKQUEUE select SCHED_WORKQUEUE
---help--- ---help---