diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 2a8621c4be1..a837b20ba19 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1063,6 +1063,7 @@ struct sched_domain;   */  #define WF_SYNC		0x01		/* waker goes to sleep after wakup */  #define WF_FORK		0x02		/* child wakeup after fork */ +#define WF_MIGRATED	0x04		/* internal use, task got migrated */  #define ENQUEUE_WAKEUP		1  #define ENQUEUE_HEAD		2  |