Skip to content

Commit

Permalink
[MIPS] MT: Propagate config7 into VPE.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Feb 14, 2006
1 parent fdc9bb1 commit 74a96d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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 74a96d9

Please sign in to comment.