Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2008 22:51:28 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133359 for review
Message-ID:  <200801152251.m0FMpSnF080288@repoman.freebsd.org>

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

Change 133359 by imp@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



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