Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming

This commit is contained in:
Gregory Nutt
2014-10-11 17:03:44 -06:00
parent 340811b452
commit ca57ef9fac
60 changed files with 178 additions and 178 deletions
+3 -3
View File
@@ -728,9 +728,9 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=50000
CONFIG_SCHED_WORKSTACKSIZE=1024
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=1024
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set