···143143 return;144144 }145145146146+ /* Enable interrupts if they were enabled in the parent context. */147147+ if (likely(regs->sr & BIT(6)))148148+ local_irq_enable();149149+146150 /*147151 * If we're in an interrupt or have no user148152 * context, we must not take the fault..