Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2003 00:36:49 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29775 for review
Message-ID:  <200304260736.h3Q7an2D095448@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29775

Change 29775 by jmallett@jmallett_dalek on 2003/04/26 00:36:01

	Nop a lot after turning on the FPU so it works.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/locore.S#2 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/locore.S#2 (text+ko) ====

@@ -80,6 +80,10 @@
 	mfc0	t0, MIPS_COP_0_STATUS
 	or	t0, MIPS_SR_COP_1_BIT
 	mtc0	t0, MIPS_COP_0_STATUS
+	nop
+	nop
+	nop
+	nop
 	COP0_SYNC
 
 	# Get the processor ID from coprocessor 0, and the FPU ID from



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304260736.h3Q7an2D095448>