MPSAFE_MASK
return intr_string(ih & ~MPSAFE_MASK, buf, len);
*ih |= MPSAFE_MASK;
*ih &= ~MPSAFE_MASK;
mpsafe = ((ih & MPSAFE_MASK) != 0);