commit | 74a96d943ac96ce607a841a74ff0f84eeb0c3343 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Feb 10 16:03:47 2006 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 14 19:13:25 2006 +0000 |
tree | fbd438db5e470dedf5f9b723be8b28071658c85f | |
parent | fdc9bb16d3e16f674e52aa69306df5732d7f951b [diff] |
[MIPS] MT: Propagate config7 into VPE. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/smp_mt.c b/arch/mips/kernel/smp_mt.c index 184fd46..c930364 100644 --- a/arch/mips/kernel/smp_mt.c +++ b/arch/mips/kernel/smp_mt.c
@@ -195,6 +195,9 @@ /* set config to be the same as vpe0, particularly kseg0 coherency alg */ write_vpe_c0_config( read_c0_config()); + + /* Propagate Config7 */ + write_vpe_c0_config7(read_c0_config7()); } }