From owner-p4-projects Mon Nov 18 12:34: 8 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 590FD37B404; Mon, 18 Nov 2002 12:34:07 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B8437B401 for ; Mon, 18 Nov 2002 12:34:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915A343E6E for ; Mon, 18 Nov 2002 12:34:06 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAIKVCmV016677 for ; Mon, 18 Nov 2002 12:31:12 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAIKVCxb016674 for perforce@freebsd.org; Mon, 18 Nov 2002 12:31:12 -0800 (PST) Date: Mon, 18 Nov 2002 12:31:12 -0800 (PST) Message-Id: <200211182031.gAIKVCxb016674@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 21235 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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