Author: marcel
Date: Tue Mar 23 01:07:30 2010
New Revision: 205495
URL: http://svn.freebsd.org/changeset/base/205495
Log:
Actually pass a pointer to the trapframe to powerpc_extr_interrupt().
Modified:
head/sys/powerpc/booke/trap_subr.S
Modified: head/sys/powerpc/booke/trap_subr.S
==============================================================================
--- head/sys/powerpc/booke/trap_subr.S Tue Mar 23 00:31:56 2010
(r205494)
+++ head/sys/powerpc/booke/trap_subr.S Tue Mar 23 01:07:30 2010
(r205495)
@@ -441,6 +441,7 @@ INTERRUPT(int_instr_storage)
INTERRUPT(int_external_input)
STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_EXI)
+ addi %r3, %r1, 8
bl CNAME(powerpc_extr_interrupt)
b trapexit
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"