Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20298
b: refs/heads/master
c: 74a96d9
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Feb 14, 2006
1 parent cf1fe83 commit 2402a74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fdc9bb16d3e16f674e52aa69306df5732d7f951b
refs/heads/master: 74a96d943ac96ce607a841a74ff0f84eeb0c3343
3 changes: 3 additions & 0 deletions trunk/arch/mips/kernel/smp_mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

}
Expand Down

0 comments on commit 2402a74

Please sign in to comment.