diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 642477dd814a..6c70645eb3b6 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1851,7 +1851,6 @@ extern void thread_group_cputime_adjusted(struct task_struct *p, cputime_t *ut, | |||
1851 | #define PF_SPREAD_SLAB 0x02000000 /* Spread some slab caches over cpuset */ | 1851 | #define PF_SPREAD_SLAB 0x02000000 /* Spread some slab caches over cpuset */ |
1852 | #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_allowed */ | 1852 | #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_allowed */ |
1853 | #define PF_MCE_EARLY 0x08000000 /* Early kill for mce process policy */ | 1853 | #define PF_MCE_EARLY 0x08000000 /* Early kill for mce process policy */ |
1854 | #define PF_MEMPOLICY 0x10000000 /* Non-default NUMA mempolicy */ | ||
1855 | #define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex tester */ | 1854 | #define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex tester */ |
1856 | #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ | 1855 | #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ |
1857 | #define PF_SUSPEND_TASK 0x80000000 /* this thread called freeze_processes and should not be frozen */ | 1856 | #define PF_SUSPEND_TASK 0x80000000 /* this thread called freeze_processes and should not be frozen */ |