Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2007 21:35:36 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 113864 for review
Message-ID:  <200702012135.l11LZa0h035294@repoman.freebsd.org>

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

Change 113864 by gonzo@gonzo_jeeves on 2007/02/01 21:35:03

	o Add $gp to PCB handling routines.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/swtch.S#8 edit

Differences ...

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

@@ -122,6 +122,7 @@
 	lw	s8, PCB_REG_S8(t0)
 	lw	sp, PCB_REG_SP(t0)
 	lw	ra, PCB_REG_RA(t0)
+	lw	gp, PCB_REG_GP(t0)
 	lw	t0, PCB_REG_SR(t0)
 	/* Copy s0-s3 into a0-s3 so we can just pass args. */
 	move	a0, s0
@@ -148,6 +149,7 @@
 	sw	s6, PCB_REG_S6(a0)
 	sw	s7, PCB_REG_S7(a0)
 	sw	s8, PCB_REG_S8(a0)
+	sw	gp, PCB_REG_GP(a0)
 	sw	sp, PCB_REG_SP(a0)
 	sw	t0, PCB_REG_SR(a0)
 	sw	ra, PCB_REG_RA(a0)



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