File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ static inline int cpuset_do_page_mem_spread(void)
125
125
126
126
extern bool current_cpuset_is_being_rebound (void );
127
127
128
+ extern void dl_rebuild_rd_accounting (void );
128
129
extern void rebuild_sched_domains (void );
129
130
130
131
extern void cpuset_print_current_mems_allowed (void );
@@ -260,6 +261,10 @@ static inline bool current_cpuset_is_being_rebound(void)
260
261
return false;
261
262
}
262
263
264
+ static inline void dl_rebuild_rd_accounting (void )
265
+ {
266
+ }
267
+
263
268
static inline void rebuild_sched_domains (void )
264
269
{
265
270
partition_sched_domains (1 , NULL , NULL );
Original file line number Diff line number Diff line change @@ -166,8 +166,6 @@ static inline struct cpumask *sched_domain_span(struct sched_domain *sd)
166
166
return to_cpumask (sd -> span );
167
167
}
168
168
169
- extern void dl_rebuild_rd_accounting (void );
170
-
171
169
extern void partition_sched_domains (int ndoms_new , cpumask_var_t doms_new [],
172
170
struct sched_domain_attr * dattr_new );
173
171
You can’t perform that action at this time.
0 commit comments