K 10 svn:author V 3 imp K 8 svn:date V 27 2003-06-13T21:30:29.000000Z K 7 svn:log V 310 Add a comment about the MPSAFEness of this pccard_intr handler. Given how we registered pccard_intr, it is MPSAFE. However, since we register the pccard_intr handler with the flags of the ISR we call, that is the gating factor. We need do nothing specific here. Prompted by: seeing pccard_intr in a panic. END