]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/sched.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
[karo-tx-linux.git] / include / linux / sched.h
index ba080e586daed0162b239ef16ec06316247fbd28..186dd6eae958510bbbdd13341f0c069a363285c3 100644 (file)
@@ -1043,6 +1043,9 @@ struct task_struct {
 #ifdef CONFIG_THREAD_INFO_IN_TASK
        /* A live task holds one reference: */
        atomic_t                        stack_refcount;
+#endif
+#ifdef CONFIG_LIVEPATCH
+       int patch_state;
 #endif
        /* CPU-specific state of this task: */
        struct thread_struct            thread;