diff --git a/sys/powerpc/aim/interrupt.c b/sys/powerpc/aim/interrupt.c index 0ea23110857..90125657300 100644 --- a/sys/powerpc/aim/interrupt.c +++ b/sys/powerpc/aim/interrupt.c @@ -109,9 +109,9 @@ powerpc_interrupt(struct trapframe *framep) */ #if 0 printf("powerpc_interrupt: got trap\n"); -#endif mtmsr(mfmsr() | PSL_EE); isync(); +#endif trap(framep); } } diff --git a/sys/powerpc/powerpc/interrupt.c b/sys/powerpc/powerpc/interrupt.c index 0ea23110857..90125657300 100644 --- a/sys/powerpc/powerpc/interrupt.c +++ b/sys/powerpc/powerpc/interrupt.c @@ -109,9 +109,9 @@ powerpc_interrupt(struct trapframe *framep) */ #if 0 printf("powerpc_interrupt: got trap\n"); -#endif mtmsr(mfmsr() | PSL_EE); isync(); +#endif trap(framep); } }