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)
195
195
__ret; \
196
196
})
197
197
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
-
204
198
extern void tick_nohz_dep_set (enum tick_dep_bits bit );
205
199
extern void tick_nohz_dep_clear (enum tick_dep_bits bit );
206
200
extern 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);
281
275
#else
282
276
static inline bool tick_nohz_full_enabled (void ) { return false; }
283
277
static inline bool tick_nohz_full_cpu (int cpu ) { return false; }
284
- static inline void tick_nohz_full_add_cpus_to (struct cpumask * mask ) { }
285
278
286
279
static inline void tick_nohz_dep_set_cpu (int cpu , enum tick_dep_bits bit ) { }
287
280
static 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