aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 6448bbc6406b..3cbc6c0be666 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1529,6 +1529,7 @@ struct task_struct {
1529 /* bitmask of trace recursion */ 1529 /* bitmask of trace recursion */
1530 unsigned long trace_recursion; 1530 unsigned long trace_recursion;
1531#endif /* CONFIG_TRACING */ 1531#endif /* CONFIG_TRACING */
1532 unsigned long stack_start;
1532}; 1533};
1533 1534
1534/* Future-safe accessor for struct task_struct's cpus_allowed. */ 1535/* Future-safe accessor for struct task_struct's cpus_allowed. */