[PATCH 2/2] nohz: Align types to bool for tick_nohz_tick_stopped_cpu()

2018-04-12 Thread Ulf Hansson
The intent was likely to also make the inline version a bool, so let's change this. Fixes: 22ab8bc02a5f ("nohz: Allow to check if remote CPU tick is stopped") Signed-off-by: Ulf Hansson --- Changes in v2: - Rebased on top of Linus' latest master to apply cleanly.

[PATCH 2/2] nohz: Align types to bool for tick_nohz_tick_stopped_cpu()

2018-04-12 Thread Ulf Hansson
The intent was likely to also make the inline version a bool, so let's change this. Fixes: 22ab8bc02a5f ("nohz: Allow to check if remote CPU tick is stopped") Signed-off-by: Ulf Hansson --- Changes in v2: - Rebased on top of Linus' latest master to apply cleanly. ---

[PATCH 2/2] nohz: Align types to bool for tick_nohz_tick_stopped_cpu()

2018-04-11 Thread Ulf Hansson
The intent was likely to also make the inline version a bool, so let's change this. Fixes: 22ab8bc02a5f ("nohz: Allow to check if remote CPU tick is stopped") Signed-off-by: Ulf Hansson --- include/linux/tick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 2/2] nohz: Align types to bool for tick_nohz_tick_stopped_cpu()

2018-04-11 Thread Ulf Hansson
The intent was likely to also make the inline version a bool, so let's change this. Fixes: 22ab8bc02a5f ("nohz: Allow to check if remote CPU tick is stopped") Signed-off-by: Ulf Hansson --- include/linux/tick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git