Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2003 14:30:29 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pccard pccard.c
Message-ID:  <200306132130.h5DLUTgK009955@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306132130.h5DLUTgK009955>