aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 717cab8a0c83..6e26f1fdbfe2 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2237,6 +2237,8 @@ static inline void mm_init_owner(struct mm_struct *mm, struct task_struct *p)
2237} 2237}
2238#endif /* CONFIG_MM_OWNER */ 2238#endif /* CONFIG_MM_OWNER */
2239 2239
2240#define TASK_STATE_TO_CHAR_STR "RSDTtZX"
2241
2240#endif /* __KERNEL__ */ 2242#endif /* __KERNEL__ */
2241 2243
2242#endif 2244#endif