Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2004 01:42:33 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54246 for review
Message-ID:  <200406060142.i561gXn8084416@repoman.freebsd.org>

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

Change 54246 by jmallett@jmallett_oingo on 2004/06/06 01:41:37

	Catching up with changed code.

Affected files ...

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

Differences ...

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

@@ -61,9 +61,8 @@
 	li	t0, MIPS_SR_KX | MIPS_SR_COP_1_BIT
 
 	/*
-	 * Read coprocessor 0 status register, clear bits not
-	 * preserved (namely, clearing interrupt bits), and set
-	 * bits we want to explicitly set.
+	 * Read coprocessor 0 status register, and set bits we want to
+	 * explicitly set.
 	 */
 	mfc0	t1, MIPS_COP_0_STATUS
 	or	t1, t0



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