PERFORCE change 55001 for review

Juli Mallett jmallett at FreeBSD.org
Tue Jun 15 09:50:16 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=55001

Change 55001 by jmallett at jmallett_oingo on 2004/06/15 09:48:44

	LOVE MUMMY!  Er, I mean, CURSE!  Flush the cache in the right lock
	step with setting up exception vectors, otherwise on teh Indigo2,
	at least, I get badness with our exception vectors not being used.
	Quirky.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/cpu.c#2 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/cpu.c#2 (text+ko) ====

@@ -163,9 +163,9 @@
 
 	mips_config_cache();
 	tlb_invalidate_all();
+	mips_vector_init();
 	mips_icache_sync_all();
 	mips_dcache_wbinv_all();
-	mips_vector_init();
 }
 
 void


More information about the p4-projects mailing list