summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorLi Zefan <lizefan@huawei.com>2013-03-05 08:06:38 (GMT)
committerIngo Molnar <mingo@kernel.org>2013-03-06 10:24:32 (GMT)
commitb13095f07f25464de65f5ce5ea94e16813d67488 (patch)
tree5faa4080f5384f9668f01619afb90ea1db1d1890 /include/linux/sched.h
parent5e6521eaa1ee581a13b904f35b80c5efeb2baccb (diff)
downloadlinux-fsl-qoriq-b13095f07f25464de65f5ce5ea94e16813d67488.tar.xz
sched: Move wake flags to kernel/sched/sched.h
They are used internally only. Signed-off-by: Li Zefan <lizefan@huawei.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/5135A78E.7040609@huawei.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0d64130..863b505 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -920,13 +920,6 @@ struct uts_namespace;
struct rq;
struct sched_domain;
-/*
- * wake flags
- */
-#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
#ifdef CONFIG_SMP