File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -993,15 +993,6 @@ void dl_rebuild_rd_accounting(void)
993
993
rcu_read_unlock ();
994
994
}
995
995
996
- static void
997
- partition_and_rebuild_sched_domains (int ndoms_new , cpumask_var_t doms_new [],
998
- struct sched_domain_attr * dattr_new )
999
- {
1000
- sched_domains_mutex_lock ();
1001
- partition_sched_domains_locked (ndoms_new , doms_new , dattr_new );
1002
- sched_domains_mutex_unlock ();
1003
- }
1004
-
1005
996
/*
1006
997
* Rebuild scheduler domains.
1007
998
*
@@ -1063,7 +1054,7 @@ void rebuild_sched_domains_locked(void)
1063
1054
ndoms = generate_sched_domains (& doms , & attr );
1064
1055
1065
1056
/* Have scheduler rebuild the domains */
1066
- partition_and_rebuild_sched_domains (ndoms , doms , attr );
1057
+ partition_sched_domains (ndoms , doms , attr );
1067
1058
}
1068
1059
#else /* !CONFIG_SMP */
1069
1060
void rebuild_sched_domains_locked (void )
You can’t perform that action at this time.
0 commit comments