summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2008-03-12 18:31:58 +0100
committerIngo Molnar <mingo@elte.hu>2008-03-21 16:43:47 +0100
commit9aefd0abd8610e8f3bb097debf3afb73f8b7b210 (patch)
tree3456c6949cd8b9c926aa9beef7c9bf99d0a84caa /include/linux/sched.h
parent23e3c3cd2e39a3c9d07ee07d882c8cf6ddd61c86 (diff)
sched: add exported arch_reinit_sched_domains() to header file.
Needed so it can be called from outside of sched.c. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 3625fcaf5d0f..fed07d03364e 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -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 */