Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2003 14:42:58 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_intr.c
Message-ID:  <200311032242.hA3MgwB3098744@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2003/11/03 14:42:58 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_intr.c 
  Log:
  Don't require INTR_FAST handlers to be exclusive in the MI layer.  Instead,
  let the MD code choose whether or not to implement such a policy.  The new
  i386 interrupt code allows multiple FAST handlers for a given source for
  example.  However, the code does not allow FAST and non-FAST handlers to be
  mixed.
  
  Revision  Changes    Path
  1.100     +11 -7     src/sys/kern/kern_intr.c



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