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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 81a173c0897d..cff94cda34b2 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1617,6 +1617,10 @@ struct task_struct {
1617#ifdef CONFIG_HAVE_HW_BREAKPOINT 1617#ifdef CONFIG_HAVE_HW_BREAKPOINT
1618 atomic_t ptrace_bp_refcnt; 1618 atomic_t ptrace_bp_refcnt;
1619#endif 1619#endif
1620#ifdef CONFIG_UPROBES
1621 struct uprobe_task *utask;
1622 int uprobe_srcu_id;
1623#endif
1620}; 1624};
1621 1625
1622/* Future-safe accessor for struct task_struct's cpus_allowed. */ 1626/* Future-safe accessor for struct task_struct's cpus_allowed. */