diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index ba080e586dae..186dd6eae958 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1044,6 +1044,9 @@ struct task_struct { | |||
1044 | /* A live task holds one reference: */ | 1044 | /* A live task holds one reference: */ |
1045 | atomic_t stack_refcount; | 1045 | atomic_t stack_refcount; |
1046 | #endif | 1046 | #endif |
1047 | #ifdef CONFIG_LIVEPATCH | ||
1048 | int patch_state; | ||
1049 | #endif | ||
1047 | /* CPU-specific state of this task: */ | 1050 | /* CPU-specific state of this task: */ |
1048 | struct thread_struct thread; | 1051 | struct thread_struct thread; |
1049 | 1052 | ||