sched, no_hz: Remove unused rq->last_tick_seen field
In 15934a3732
,
field last_tick_seen is added to struct rq.
But it is unused now.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Guillaume Chazarain <guichaz@yahoo.fr>
LKML-Reference: <4AE6A513.6010100@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Родитель
fd210738f6
Коммит
d8c80ce091
|
@ -534,7 +534,6 @@ struct rq {
|
|||
#define CPU_LOAD_IDX_MAX 5
|
||||
unsigned long cpu_load[CPU_LOAD_IDX_MAX];
|
||||
#ifdef CONFIG_NO_HZ
|
||||
unsigned long last_tick_seen;
|
||||
unsigned char in_nohz_recently;
|
||||
#endif
|
||||
/* capture load from *all* tasks on this cpu: */
|
||||
|
|
Загрузка…
Ссылка в новой задаче