Date: Fri, 12 Mar 2004 11:05:13 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 48804 for review Message-ID: <200403121905.i2CJ5DMV056891@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48804 Change 48804 by jmallett@jmallett_oingo on 2004/03/12 11:05:04 All I ever needed is one nop before eret. Don't pretend this is more special than it is. Affected files ... .. //depot/projects/mips/sys/mips/mips/exception.S#18 edit Differences ... ==== //depot/projects/mips/sys/mips/mips/exception.S#18 (text+ko) ==== @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/mips/sys/mips/mips/exception.S#17 $ + * $P4: //depot/projects/mips/sys/mips/mips/exception.S#18 $ */ #include "opt_ddb.h" @@ -197,10 +197,8 @@ */ dmtc0 k0, MIPS_COP_0_TLB_LO0 dmtc0 k1, MIPS_COP_0_TLB_LO1 + nop tlbwr - nop - nop - nop eret .set at VEND(XTLBMissVector)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403121905.i2CJ5DMV056891>