We have seen several cases recently where we appear to get a double-fault: we have an original panic. Then, instead of writing the core to the dump device, the kernel has a second panic: "smp_targeted_tlb_shootdown: interrupts disabled".
This is an attempt to fix that second panic.
This should be safe since we can't notify other CPUs of the TLB shootdown when they're stopped anyway.