PERFORCE change 101574 for review

Bruce M Simpson bms at FreeBSD.org
Fri Jul 14 16:43:29 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101574

Change 101574 by bms at 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)


More information about the p4-projects mailing list