Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1660999 > unrolled thread
| Started by | tip-bot for Aubrey Li <tipbot@zytor.com> |
|---|---|
| First post | 2017-06-08 11:40 +0200 |
| Last post | 2017-06-08 11:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[tip:sched/core] sched/idle: Add deferrable vmstat_updater back tip-bot for Aubrey Li <tipbot@zytor.com> - 2017-06-08 11:40 +0200
| From | tip-bot for Aubrey Li <tipbot@zytor.com> |
|---|---|
| Date | 2017-06-08 11:40 +0200 |
| Subject | [tip:sched/core] sched/idle: Add deferrable vmstat_updater back |
| Message-ID | <tQ256-2wu-63@gated-at.bofh.it> |
Commit-ID: ebfa4c02fa4806bfef189e88152b833f2a732bff
Gitweb: http://git.kernel.org/tip/ebfa4c02fa4806bfef189e88152b833f2a732bff
Author: Aubrey Li <aubrey.li@intel.com>
AuthorDate: Wed, 7 Jun 2017 10:49:02 +0800
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 8 Jun 2017 10:32:09 +0200
sched/idle: Add deferrable vmstat_updater back
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>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Aubrey Li <aubrey.li@intel.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1496803742-38274-1-git-send-email-aubrey.li@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
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()) {
Back to top | Article view | linux.kernel
csiph-web