diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 00de3e950dd4..977cb57d7bc9 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -854,6 +854,7 @@ struct task_struct { | |||
854 | #endif | 854 | #endif |
855 | #ifdef CONFIG_DETECT_HUNG_TASK | 855 | #ifdef CONFIG_DETECT_HUNG_TASK |
856 | unsigned long last_switch_count; | 856 | unsigned long last_switch_count; |
857 | unsigned long last_switch_time; | ||
857 | #endif | 858 | #endif |
858 | /* Filesystem information: */ | 859 | /* Filesystem information: */ |
859 | struct fs_struct *fs; | 860 | struct fs_struct *fs; |