[PATCH 05/12] housekeeping: Use its own static key

2017-10-26 Thread Frederic Weisbecker
Housekeeping code still depends on nohz_full static key. Since we want to decouple housekeeping from nohz, let's create a housekeeping own static key. It's mostly relevant for calls to is_housekeeping_cpu() from the scheduler. Signed-off-by: Frederic Weisbecker Cc: Chris Metcalf Cc: Christoph La

[PATCH 05/12] housekeeping: Use its own static key

2017-10-24 Thread Frederic Weisbecker
Housekeeping code still depends on nohz_full static key. Since we want to decouple housekeeping from nohz, let's create a housekeeping own static key. It's mostly relevant for calls to is_housekeeping_cpu() from the scheduler. Signed-off-by: Frederic Weisbecker Cc: Chris Metcalf Cc: Rik van Riel

[PATCH 05/12] housekeeping: Use its own static key

2017-09-18 Thread Frederic Weisbecker
Housekeeping code still depends on nohz_full static key. Since we want to decouple housekeeping from nohz, let's create a housekeeping own static key. It's mostly relevant for calls to is_housekeeping_cpu() from the scheduler. Signed-off-by: Frederic Weisbecker Cc: Chris Metcalf Cc: Rik van Riel

[PATCH 05/12] housekeeping: Use its own static key

2017-09-01 Thread Frederic Weisbecker
Housekeeping code still depends on nohz_full static key. Since we want to decouple housekeeping from nohz, let's create a housekeeping own static key. It's mostly relevant for calls to is_housekeeping_cpu() from the scheduler. Signed-off-by: Frederic Weisbecker Cc: Chris Metcalf Cc: Rik van Riel

[RFC PATCH 05/12] housekeeping: Use its own static key

2017-08-22 Thread Frederic Weisbecker
Housekeeping code still depends on nohz_full static key. Since we want to decouple housekeeping from nohz, let's create a housekeeping own static key. It's mostly relevant for calls to is_housekeeping_cpu() from the scheduler. Signed-off-by: Frederic Weisbecker Cc: Chris Metcalf Cc: Rik van Riel