Merge branch 'sched/urgent'

This commit is contained in:
Peter Zijlstra
2020-07-08 11:38:59 +02:00
1250 changed files with 11148 additions and 6407 deletions

View File

@@ -1697,7 +1697,7 @@ static inline int task_on_rq_migrating(struct task_struct *p)
#define WF_SYNC 0x01 /* Waker goes to sleep after wakeup */
#define WF_FORK 0x02 /* Child wakeup after fork */
#define WF_MIGRATED 0x04 /* Internal use, task got migrated */
#define WF_ON_RQ 0x08 /* Wakee is on_rq */
#define WF_ON_CPU 0x08 /* Wakee is on_cpu */
/*
* To aid in avoiding the subversion of "niceness" due to uneven distribution