PERFORCE change 134107 for review
Warner Losh
imp at FreeBSD.org
Fri Jan 25 14:56:33 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=134107
Change 134107 by imp at 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)
More information about the p4-projects
mailing list