Skip to content

Commit

Permalink
Change naming of HP work queue configuration varaibles to be symmetri…
Browse files Browse the repository at this point in the history
…c with LP work queue naming
  • Loading branch information
gregory-nutt committed Oct 11, 2014
1 parent 1a27a4d commit c9d7472
Show file tree
Hide file tree
Showing 63 changed files with 203 additions and 203 deletions.
6 changes: 3 additions & 3 deletions configs/cloudctrl/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ CONFIG_DEV_CONSOLE=y
# CONFIG_FDCLONE_STDIO is not set
CONFIG_SDCLONE_DISABLE=y
CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=50000
CONFIG_SCHED_WORKSTACKSIZE=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
CONFIG_SIG_SIGWORK=17
# CONFIG_SCHED_LPWORK is not set
CONFIG_SCHED_WAITPID=y
Expand Down
6 changes: 3 additions & 3 deletions configs/ea3131/usbserial/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,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
Expand Down
6 changes: 3 additions & 3 deletions configs/fire-stm32v2/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ CONFIG_DEV_CONSOLE=y
# CONFIG_FDCLONE_STDIO is not set
CONFIG_SDCLONE_DISABLE=y
CONFIG_SCHED_WORKQUEUE=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_SIG_SIGWORK=17
# CONFIG_SCHED_LPWORK is not set
CONFIG_SCHED_WAITPID=y
Expand Down
6 changes: 3 additions & 3 deletions configs/hymini-stm32v/buttons/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,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

Expand Down
6 changes: 3 additions & 3 deletions configs/hymini-stm32v/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,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

Expand Down
6 changes: 3 additions & 3 deletions configs/hymini-stm32v/nsh2/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,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

Expand Down
6 changes: 3 additions & 3 deletions configs/hymini-stm32v/usbmsc/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,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
Expand Down
6 changes: 3 additions & 3 deletions configs/hymini-stm32v/usbnsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,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

Expand Down
6 changes: 3 additions & 3 deletions configs/mbed/hidkbd/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,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
Expand Down
6 changes: 3 additions & 3 deletions configs/mikroe-stm32f4/fulldemo/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,9 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=20000
CONFIG_SCHED_WORKSTACKSIZE=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=20000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/mikroe-stm32f4/kostest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,9 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=20000
CONFIG_SCHED_WORKSTACKSIZE=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=20000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_USRWORK is not set
# CONFIG_LIB_KBDCODEC is not set
Expand Down
2 changes: 1 addition & 1 deletion configs/olimex-lpc-h3131/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ Configurations

Library Routines
CONFIG_SCHED_WORKQUEUE=y : Work queue support is needed
CONFIG_SCHED_WORKSTACKSIZE=1536
CONFIG_SCHED_HPWORKSTACKSIZE=1536

b. USB Mass Storage Class. With this class enabled, you can support
connection of USB FLASH storage drives. Support for the USB
Expand Down
6 changes: 3 additions & 3 deletions configs/olimex-lpc1766stk/hidkbd/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,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=y
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/olimex-lpc1766stk/hidmouse/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -628,9 +628,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/olimex-stm32-h405/nshusb/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/olimex-stm32-p107/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,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
Expand Down
6 changes: 3 additions & 3 deletions configs/olimex-stm32-p207/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/olimex-strp711/nettest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,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
Expand Down
6 changes: 3 additions & 3 deletions configs/open1788/knsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_USRWORK is not set
# CONFIG_LIB_KBDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/open1788/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set

Expand Down
6 changes: 3 additions & 3 deletions configs/open1788/nxlines/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set

Expand Down
6 changes: 3 additions & 3 deletions configs/px4fmu-v2_upstream/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -854,9 +854,9 @@ CONFIG_ARCH_MEMCPY=y
#
CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=5000
CONFIG_SCHED_WORKSTACKSIZE=4000
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=5000
CONFIG_SCHED_HPWORKSTACKSIZE=4000
CONFIG_SCHED_LPWORK=y
CONFIG_SCHED_LPWORKPRIORITY=50
CONFIG_SCHED_LPWORKPERIOD=50000
Expand Down
6 changes: 3 additions & 3 deletions configs/sam3u-ek/knsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,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_USRWORK is not set
# CONFIG_LIB_KBDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/sam3u-ek/nxwm/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/sam4e-ek/nxwm/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/sama5d3x-ek/demo/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/sama5d3x-ek/nxplayer/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/sama5d3x-ek/nxwm/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/sama5d4-ek/elf/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/sama5d4-ek/knsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
6 changes: 3 additions & 3 deletions configs/sama5d4-ek/knsh/defconfig.ROMFS
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,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=2048
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_HPWORKPERIOD=50000
CONFIG_SCHED_HPWORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
Expand Down
Loading

0 comments on commit c9d7472

Please sign in to comment.