Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration change

This commit is contained in:
Gregory Nutt
2014-08-29 15:07:35 -06:00
parent e3ff0689bb
commit faf16f229c
5 changed files with 17 additions and 12 deletions
+3 -5
View File
@@ -115,14 +115,12 @@
/* The kernel only build is equivalent to the kernel part of the protected
* build.
*/
#else
/* User-space worker threads are not built in a flat build
* (CONFIG_BUILD_PROTECTED=n && CONFIG_BUILD_KERNEL=n)
*/
#else
/* To preserve legacy behavior, CONFIG_SCHED_HPWORK is assumed to be true
*
* To preserve legacy behavior, CONFIG_SCHED_HPWORK is assumed to be true
* in a flat build (CONFIG_SCHED_KERNEL=n) but must be defined in kernel
* mode in order to build the high priority work queue.
*