Commit d8c80ce091f6ead6710bc71b58f2c32e5bf855e4

Authored by Lai Jiangshan
Committed by Ingo Molnar
1 parent fd210738f6

sched, no_hz: Remove unused rq->last_tick_seen field

In 15934a37324f32e0fda633dc7984a671ea81cd75,
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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -534,7 +534,6 @@
534 534 #define CPU_LOAD_IDX_MAX 5
535 535 unsigned long cpu_load[CPU_LOAD_IDX_MAX];
536 536 #ifdef CONFIG_NO_HZ
537   - unsigned long last_tick_seen;
538 537 unsigned char in_nohz_recently;
539 538 #endif
540 539 /* capture load from *all* tasks on this cpu: */