PERFORCE change 133359 for review

Warner Losh imp at FreeBSD.org
Tue Jan 15 14:51:29 PST 2008


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

Change 133359 by imp at imp_lighthouse on 2008/01/15 22:50:40

	We're loading pcpup->pc_curthread->td_pcb->pcb_reg_sp into k0 and
	then discarding it.  Remove this entirely, as it isn't necessary.

Affected files ...

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

Differences ...

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

@@ -133,11 +133,6 @@
 	jal	platform_start
 	nop
 
-	lw	k0, pcpup
-	lw	k0, PC_CURTHREAD(k0)
-	lw	k0, TD_PCB(k0)
-	lw	k0, PCB_REG_SP(k0)
-
 	/* Start MI things rolling. */
 	jal	mi_startup
 	nop


More information about the p4-projects mailing list