PERFORCE change 31186 for review

Juli Mallett jmallett at FreeBSD.org
Wed May 14 13:10:05 PDT 2003


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

Change 31186 by jmallett at jmallett_dalek on 2003/05/14 13:09:55

	Nuke mips_set_wbflush.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/machdep.c#24 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/machdep.c#24 (text+ko) ====

@@ -777,15 +777,6 @@
 		CPU_IDLE = (long *)mips_wait_idle;
 }
 
-void
-mips_set_wbflush(flush_fn)
-	void (*flush_fn)(void);
-{
-#undef wbflush
-	mips_locore_jumpvec.wbflush = flush_fn;
-	(*flush_fn)();
-}
-
 /*
  * Identify product revision IDs of cpu and fpu.
  */


More information about the p4-projects mailing list