Date: Wed, 14 May 2003 13:10:00 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 31186 for review Message-ID: <200305142010.h4EKA0Ub055008@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31186 Change 31186 by jmallett@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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305142010.h4EKA0Ub055008>