1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Actually pass a pointer to the trapframe to powerpc_extr_interrupt().

This commit is contained in:
Marcel Moolenaar 2010-03-23 01:07:30 +00:00
parent 3059584e2a
commit 6d58efc75d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205495

View File

@ -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