diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-17 19:53:19 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-01-16 13:00:23 -0600 |
commit | 39004535e24c0d881cfab044764517871e89108d (patch) | |
tree | 332e3e2c06b29626b14f2b5451d31eecbe32224d /include/linux/sched.h | |
parent | f615e40c0b540dc84c780ef47a55ec679a75f695 (diff) |
stomp-machine-mark-stomper-thread.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 34fffb9a39d9..e76a82684b8a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1818,6 +1818,7 @@ extern void thread_group_times(struct task_struct *p, cputime_t *ut, cputime_t * #define PF_FROZEN 0x00010000 /* frozen for system suspend */ #define PF_FSTRANS 0x00020000 /* inside a filesystem transaction */ #define PF_KSWAPD 0x00040000 /* I am kswapd */ +#define PF_STOMPER 0x00080000 /* I am a stomp machine thread */ #define PF_LESS_THROTTLE 0x00100000 /* Throttle me less: I clean memory */ #define PF_KTHREAD 0x00200000 /* I am a kernel thread */ #define PF_RANDOMIZE 0x00400000 /* randomize virtual address space */ |