lkml.org 
[lkml]   [2018]   [Feb]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/6] sched/isolation: Isolate workqueues when "nohz_full=" is set

* Frederic Weisbecker <frederic@kernel.org> wrote:

> - flags = HK_FLAG_TICK | HK_FLAG_TIMER | HK_FLAG_RCU | HK_FLAG_MISC;
> + flags = HK_FLAG_TICK | HK_FLAG_WQ | HK_FLAG_TIMER |
> + HK_FLAG_RCU | HK_FLAG_MISC;

> - cpumask_copy(wq_unbound_cpumask, housekeeping_cpumask(HK_FLAG_DOMAIN));
> + cpumask_copy(wq_unbound_cpumask,
> + housekeeping_cpumask(HK_FLAG_DOMAIN | HK_FLAG_WQ));

LGTM, but _please_ don't do these ugly line-breaks, just keep it slightly over
col80.

Thanks,

Ingo

\
 
 \ /
  Last update: 2018-02-09 07:56    [W:0.072 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site