From: James S. <jsi...@us...> - 2002-02-26 17:34:21
|
Update of /cvsroot/linux-mips/linux/arch/mips/sibyte/swarm In directory usw-pr-cvs1:/tmp/cvs-serv23204/arch/mips/sibyte/swarm Modified Files: smp.c Log Message: Most of it was a collection of fixes and cleanups for mips64 and SMP stuff Index: smp.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/sibyte/swarm/smp.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- smp.c 19 Feb 2002 17:35:33 -0000 1.6 +++ smp.c 26 Feb 2002 17:34:15 -0000 1.7 @@ -50,8 +50,6 @@ void prom_init_secondary(void) { - - /* Set up kseg0 to be cachable coherent */ clear_cp0_config(CONF_CM_CMASK); set_cp0_config(0x5); @@ -86,7 +84,6 @@ { int i; - set_context(0); smp_num_cpus = prom_setup_smp(); init_new_context(current, &init_mm); current->processor = 0; |