The idea for this originated from a really tricky bug: ISRs on ARM don't automatically save off the VFP regs, so if say, memcpy gets interrupted and the ISR itself calls memcpy, the regs are left clobbered when the ISR is done.
If the equivalent problem is likely to happen on other arches, I'd be happy to extend this to them. Suggestions on a more arch-neutral spelling of the warning itself would be helpful in that case.