From 6d58efc75d672a1f402506b828a6d5f8d8240c7c Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 23 Mar 2010 01:07:30 +0000 Subject: [PATCH] Actually pass a pointer to the trapframe to powerpc_extr_interrupt(). --- sys/powerpc/booke/trap_subr.S | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/powerpc/booke/trap_subr.S b/sys/powerpc/booke/trap_subr.S index 2e67725dc4f4..b71f4bdb790e 100644 --- a/sys/powerpc/booke/trap_subr.S +++ b/sys/powerpc/booke/trap_subr.S @@ -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