diff options
-rw-r--r-- | include/linux/sched.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 045b0d227846..5e226fe3e512 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1062,15 +1062,6 @@ struct task_struct { | |||
1062 | struct hlist_head preempt_notifiers; | 1062 | struct hlist_head preempt_notifiers; |
1063 | #endif | 1063 | #endif |
1064 | 1064 | ||
1065 | /* | ||
1066 | * fpu_counter contains the number of consecutive context switches | ||
1067 | * that the FPU is used. If this is over a threshold, the lazy fpu | ||
1068 | * saving becomes unlazy to save the trap. This is an unsigned char | ||
1069 | * so that after 256 times the counter wraps and the behavior turns | ||
1070 | * lazy again; this to deal with bursty apps that only use FPU for | ||
1071 | * a short time | ||
1072 | */ | ||
1073 | unsigned char fpu_counter; | ||
1074 | #ifdef CONFIG_BLK_DEV_IO_TRACE | 1065 | #ifdef CONFIG_BLK_DEV_IO_TRACE |
1075 | unsigned int btrace_seq; | 1066 | unsigned int btrace_seq; |
1076 | #endif | 1067 | #endif |