mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier should work with either lpwork or hpwork and other minor typo fix.
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
/* Kernel mode */
|
||||
|
||||
# define HPWORK 0 /* High priority, kernel-mode work queue */
|
||||
# ifdef CONFIG_SCHED_LPWORK
|
||||
# if defined(CONFIG_SCHED_LPWORK) && defined(CONFIG_SCHED_HPWORK)
|
||||
# define LPWORK (HPWORK+1) /* Low priority, kernel-mode work queue */
|
||||
# else
|
||||
# define LPWORK HPWORK /* Redirect low-priority references */
|
||||
|
||||
Reference in New Issue
Block a user