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:
Xiang Xiao
2019-01-27 11:02:56 -06:00
committed by Gregory Nutt
parent 7310fb7018
commit fe421022e2
7 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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 */