X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=cff94cda34b2085c8692946b204ff1b7906f1731;hb=6ac1ef482d7ae0c690f1640bf6eb818ff9a2d91e;hp=81a173c0897d91c2d5b22b5370d282c7346bd8a9;hpb=a385ec4f11bdcf81af094c03e2444ee9b7fad2e5;p=firefly-linux-kernel-4.4.55.git 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 { #ifdef CONFIG_HAVE_HW_BREAKPOINT atomic_t ptrace_bp_refcnt; #endif +#ifdef CONFIG_UPROBES + struct uprobe_task *utask; + int uprobe_srcu_id; +#endif }; /* Future-safe accessor for struct task_struct's cpus_allowed. */