diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-01-05 06:07:50 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-05 07:54:16 -0500 |
commit | c70f22d203fc02c805b6ed4a3483b740dc36786b (patch) | |
tree | 2677c5981257915c8682f0b08043ac46db1f709e /include/linux/sched.h | |
parent | 39aac64812da70f0af262f4700e67637338cbb3b (diff) |
sched: clean up arch_reinit_sched_domains()
- Make arch_reinit_sched_domains() static. It was exported to be used in
s390, but now rebuild_sched_domains() is used instead.
- Make it return void.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 38a3f4b15394..91207df702e8 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -912,7 +912,6 @@ static inline struct cpumask *sched_domain_span(struct sched_domain *sd) | |||
912 | 912 | ||
913 | extern void partition_sched_domains(int ndoms_new, struct cpumask *doms_new, | 913 | extern void partition_sched_domains(int ndoms_new, struct cpumask *doms_new, |
914 | struct sched_domain_attr *dattr_new); | 914 | struct sched_domain_attr *dattr_new); |
915 | extern int arch_reinit_sched_domains(void); | ||
916 | 915 | ||
917 | /* Test a flag in parent sched domain */ | 916 | /* Test a flag in parent sched domain */ |
918 | static inline int test_sd_parent(struct sched_domain *sd, int flag) | 917 | static inline int test_sd_parent(struct sched_domain *sd, int flag) |