aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-02-23 11:31:34 +0100
committerIngo Molnar <mingo@elte.hu>2011-02-23 11:31:38 +0100
commitd927dc937910ad8c7350266cac70e42a5f0b48cf (patch)
treec26c8ffa1d764bb7fea66118cc05bf7617b71c19 /include/linux/sched.h
parentsched: Wholesale removal of sd_idle logic (diff)
parentLinux 2.6.38-rc6 (diff)
downloadlinux-dev-d927dc937910ad8c7350266cac70e42a5f0b48cf.tar.xz
linux-dev-d927dc937910ad8c7350266cac70e42a5f0b48cf.zip
Merge commit 'v2.6.38-rc6' into sched/core
Merge reason: Pick up the latest fixes before queueing up new changes. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index c88b3bfbd09e..755c4764b10d 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1742,7 +1742,7 @@ extern void thread_group_times(struct task_struct *p, cputime_t *ut, cputime_t *
#define PF_MCE_EARLY 0x08000000 /* Early kill for mce process policy */
#define PF_MEMPOLICY 0x10000000 /* Non-default NUMA mempolicy */
#define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex tester */
-#define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezeable */
+#define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */
#define PF_FREEZER_NOSIG 0x80000000 /* Freezer won't send signals to it */
/*