Date: Tue, 15 Jun 2004 09:49:38 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 55001 for review Message-ID: <200406150949.i5F9ncpu009161@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=55001 Change 55001 by jmallett@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406150949.i5F9ncpu009161>