projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc9bb1
)
[MIPS] MT: Propagate config7 into VPE.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 10 Feb 2006 16:03:47 +0000
(16:03 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 14 Feb 2006 19:13:25 +0000
(19:13 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp_mt.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/smp_mt.c
b/arch/mips/kernel/smp_mt.c
index
184fd46
..
c930364
100644
(file)
--- 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)
/* 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());
}
}