diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-01-05 19:07:50 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-05 13:54:16 +0100 |
commit | c70f22d203fc02c805b6ed4a3483b740dc36786b (patch) | |
tree | 2677c5981257915c8682f0b08043ac46db1f709e /include | |
parent | 39aac64812da70f0af262f4700e67637338cbb3b (diff) | |
download | blackbird-op-linux-c70f22d203fc02c805b6ed4a3483b740dc36786b.tar.gz blackbird-op-linux-c70f22d203fc02c805b6ed4a3483b740dc36786b.zip |
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')
-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) extern void partition_sched_domains(int ndoms_new, struct cpumask *doms_new, struct sched_domain_attr *dattr_new); -extern int arch_reinit_sched_domains(void); /* Test a flag in parent sched domain */ static inline int test_sd_parent(struct sched_domain *sd, int flag) |