Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 22:56:32 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134107 for review
Message-ID:  <200801252256.m0PMuWdQ084610@repoman.freebsd.org>

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

Change 134107 by imp@imp_paco-paco on 2008/01/25 22:55:54

	mips_interrupt is expecting
	
	Reviewed by:	gonzo@ (oleksandr tymoshenko)

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/exception.S#7 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/exception.S#7 (text+ko) ====

@@ -564,6 +564,7 @@
  * Call the interrupt handler.
  */
 	la	gp, _C_LABEL(_gp)
+	addu	a0, sp, STAND_ARG_SIZE
 	la	k0, _C_LABEL(mips_interrupt)
 	jalr	k0
 	sw	a3, STAND_RA_OFFSET + KERN_REG_SIZE(sp)



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