public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/idle: Add deferrable vmstat_updater back
@ 2017-06-07  2:49 Aubrey Li
  2017-06-08  9:31 ` [tip:sched/core] " tip-bot for Aubrey Li
  0 siblings, 1 reply; 2+ messages in thread
From: Aubrey Li @ 2017-06-07  2:49 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: Christoph Lameter, linux-kernel, Aubrey Li, Aubrey Li

Deferrable vmstat_updater was missing in commit c1de45ca831a
("sched/idle: Add support for tasks that inject idle"), add it back

Signed-off-by: Aubrey Li <aubrey.li@linux.intel.com>
---
 kernel/sched/idle.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/sched/idle.c b/kernel/sched/idle.c
index ef63adc..6c23e30 100644
--- a/kernel/sched/idle.c
+++ b/kernel/sched/idle.c
@@ -219,6 +219,7 @@ static void do_idle(void)
 	 */
 
 	__current_set_polling();
+	quiet_vmstat();
 	tick_nohz_idle_enter();
 
 	while (!need_resched()) {
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-08  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07  2:49 [PATCH] sched/idle: Add deferrable vmstat_updater back Aubrey Li
2017-06-08  9:31 ` [tip:sched/core] " tip-bot for Aubrey Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox