Commit 9aefd0ab authored by Heiko Carstens's avatar Heiko Carstens Committed by Ingo Molnar

sched: add exported arch_reinit_sched_domains() to header file.

Needed so it can be called from outside of sched.c.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 23e3c3cd
......@@ -790,6 +790,7 @@ struct sched_domain {
};
extern void partition_sched_domains(int ndoms_new, cpumask_t *doms_new);
extern int arch_reinit_sched_domains(void);
#endif /* CONFIG_SMP */
......
......@@ -6920,7 +6920,7 @@ void partition_sched_domains(int ndoms_new, cpumask_t *doms_new)
}
#if defined(CONFIG_SCHED_MC) || defined(CONFIG_SCHED_SMT)
static int arch_reinit_sched_domains(void)
int arch_reinit_sched_domains(void)
{
int err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment