Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 16:43:27 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101574 for review
Message-ID:  <200607141643.k6EGhRgm006640@repoman.freebsd.org>

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

Change 101574 by bms@bms_montagne on 2006/07/14 16:42:27

	The instructions referencing k0 work for -march=mips32
	(the default).

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/locore.S#11 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/locore.S#11 (text+ko) ====

@@ -92,19 +92,13 @@
 	jal	platform_start
 	nop
 
-	/*
-	 * XXXMIPS: invalid opcodes here.
-	 */
-#if 0
 	lw	k0, pcpup
 	lw	k0, PC_CURTHREAD(k0)
 	lw	k0, TD_PCB(k0)
 	lw	k0, PCB_REG_SP(k0)
-#endif
 
 	/* Start MI things rolling. */
 	jal	mi_startup
 	nop
 
 	/* NOTREACHED */
-END(start)



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