diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-02-10 11:03:47 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-14 14:13:25 -0500 |
commit | 74a96d943ac96ce607a841a74ff0f84eeb0c3343 (patch) | |
tree | fbd438db5e470dedf5f9b723be8b28071658c85f /arch/mips/kernel | |
parent | fdc9bb16d3e16f674e52aa69306df5732d7f951b (diff) |
[MIPS] MT: Propagate config7 into VPE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/smp_mt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/smp_mt.c b/arch/mips/kernel/smp_mt.c index 184fd464686f..c930364830d0 100644 --- a/arch/mips/kernel/smp_mt.c +++ b/arch/mips/kernel/smp_mt.c | |||
@@ -195,6 +195,9 @@ void prom_prepare_cpus(unsigned int max_cpus) | |||
195 | 195 | ||
196 | /* set config to be the same as vpe0, particularly kseg0 coherency alg */ | 196 | /* set config to be the same as vpe0, particularly kseg0 coherency alg */ |
197 | write_vpe_c0_config( read_c0_config()); | 197 | write_vpe_c0_config( read_c0_config()); |
198 | |||
199 | /* Propagate Config7 */ | ||
200 | write_vpe_c0_config7(read_c0_config7()); | ||
198 | } | 201 | } |
199 | 202 | ||
200 | } | 203 | } |