Re: [PATCH 2/7] nohz: Convert tick_nohz_tick_stopped() to bool

2018-02-21 Thread Thomas Gleixner
On Wed, 21 Feb 2018, Frederic Weisbecker wrote: > It makes this function more self-explanatory about what it does and how > to use it. > > Reported-by: Thomas Gleixner > Signed-off-by: Frederic Weisbecker Reviewed-by: Thomas Gleixner

[PATCH 2/7] nohz: Convert tick_nohz_tick_stopped() to bool

2018-02-20 Thread Frederic Weisbecker
It makes this function more self-explanatory about what it does and how to use it. Reported-by: Thomas Gleixner Signed-off-by: Frederic Weisbecker Cc: Chris Metcalf Cc: Christoph Lameter Cc: Luiz Capitulino Cc: Mike Galbraith Cc: Paul E. McKenney Cc: Peter Zijlstra Cc: Rik van Riel Cc: Th