|
@@ -1062,15 +1062,6 @@ struct task_struct {
|
|
|
struct hlist_head preempt_notifiers;
|
|
|
#endif
|
|
|
|
|
|
- /*
|
|
|
- * fpu_counter contains the number of consecutive context switches
|
|
|
- * that the FPU is used. If this is over a threshold, the lazy fpu
|
|
|
- * saving becomes unlazy to save the trap. This is an unsigned char
|
|
|
- * so that after 256 times the counter wraps and the behavior turns
|
|
|
- * lazy again; this to deal with bursty apps that only use FPU for
|
|
|
- * a short time
|
|
|
- */
|
|
|
- unsigned char fpu_counter;
|
|
|
#ifdef CONFIG_BLK_DEV_IO_TRACE
|
|
|
unsigned int btrace_seq;
|
|
|
#endif
|