File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -195,12 +195,6 @@ static inline bool tick_nohz_full_enabled(void)
195195 __ret; \
196196})
197197
198- static inline void tick_nohz_full_add_cpus_to (struct cpumask * mask )
199- {
200- if (tick_nohz_full_enabled ())
201- cpumask_or (mask , mask , tick_nohz_full_mask );
202- }
203-
204198extern void tick_nohz_dep_set (enum tick_dep_bits bit );
205199extern void tick_nohz_dep_clear (enum tick_dep_bits bit );
206200extern void tick_nohz_dep_set_cpu (int cpu , enum tick_dep_bits bit );
@@ -281,7 +275,6 @@ extern void __init tick_nohz_full_setup(cpumask_var_t cpumask);
281275#else
282276static inline bool tick_nohz_full_enabled (void ) { return false; }
283277static inline bool tick_nohz_full_cpu (int cpu ) { return false; }
284- static inline void tick_nohz_full_add_cpus_to (struct cpumask * mask ) { }
285278
286279static inline void tick_nohz_dep_set_cpu (int cpu , enum tick_dep_bits bit ) { }
287280static inline void tick_nohz_dep_clear_cpu (int cpu , enum tick_dep_bits bit ) { }
You can’t perform that action at this time.
0 commit comments