Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2002 12:31:12 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21235 for review
Message-ID:  <200211182031.gAIKVCxb016674@repoman.freebsd.org>

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

Change 21235 by jmallett@jmallett_dalek on 2002/11/18 12:30:39

	Copy from, not to, coprocessor 1.

Affected files ...

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

Differences ...

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

@@ -70,7 +70,7 @@
 	# Get the processor ID from coprocessor 0, and the FPU ID from
 	# coprocessor 1.
 	mfc0	t0, MIPS_COP_0_PRID
-	ctc1	t1, MIPS_FPU_ID
+	cfc1	t1, MIPS_FPU_ID
 	sw	t0, cpu_prid
 	sw	t1, fpu_id
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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