]> git.baikalelectronics.ru Git - kernel.git/commit
nohz: Remove update_ts_time_stat from tick_nohz_start_idle
authorMichal Hocko <mhocko@suse.cz>
Thu, 1 Dec 2011 16:00:22 +0000 (17:00 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 15 Feb 2012 14:23:09 +0000 (15:23 +0100)
commit3f457cf1f3f58901376206c2b76cf4266488f78e
treee45859ba70d207635a21a27fffa438ecb3a60155
parentc73c9141d80a5b1a88c59d77abeb0b528c9e0d6f
nohz: Remove update_ts_time_stat from tick_nohz_start_idle

There is no reason to call update_ts_time_stat from tick_nohz_start_idle
anymore (after 05083290 sched: Eliminate the ts->idle_lastupdate field)
when we updated idle_lastupdate unconditionally.

We haven't set idle_active yet and do not provide last_update_time so
the whole call end up being just 2 wasted branches.

Signed-off-by: Michal Hocko <mhocko@suse.cz>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Link: http://lkml.kernel.org/r/1322755222-6951-1-git-send-email-mhocko@suse.cz
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/tick-sched.c