Skip to content

Commit

Permalink
Fix one missed name change from last big commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Oct 12, 2014
1 parent c9d7472 commit e702d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sched/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ config SCHED_HPWORK

if SCHED_HPWORK

config SCHED_WORKPRIORITY
config SCHED_HPWORKPRIORITY
int "High priority worker thread priority"
default 224
---help---
Expand All @@ -865,7 +865,7 @@ config SCHED_WORKPRIORITY
priority worker thread can then be adjusted to match the highest
priority client.

config SCHED_WORKPERIOD
config SCHED_HPWORKPERIOD
int "High priority worker thread period"
default 100000 if SCHED_LPWORK
default 50000 if !SCHED_LPWORK
Expand All @@ -876,7 +876,7 @@ config SCHED_WORKPERIOD
lower priority worker thread is performing garbage collection, the
default is 100*1000.

config SCHED_WORKSTACKSIZE
config SCHED_HPWORKSTACKSIZE
int "High priority worker thread stack size"
default 2048
---help---
Expand Down

0 comments on commit e702d93

Please sign in to comment.