cvs commit: src/sys/dev/pccard pccard.c
Warner Losh
imp at FreeBSD.org
Fri Jun 13 14:30:31 PDT 2003
imp 2003/06/13 14:30:29 PDT
FreeBSD src repository
Modified files:
sys/dev/pccard pccard.c
Log:
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.
Revision Changes Path
1.80 +4 -0 src/sys/dev/pccard/pccard.c
More information about the cvs-src
mailing list