Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Sep 2003 16:11:47 -0700
From:      Sam Leffler <sam@errno.com>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/sys interrupt.h taskqueue.h src/sys/kern    subr_taskqueue.c
Message-ID:  <1031494330.1062778306@melange.errno.com>
In-Reply-To: <200309052309.h85N9M2P069083@repoman.freebsd.org>
References:  <200309052309.h85N9M2P069083@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>   FreeBSD src repository
> 
>   Modified files:
>     sys/sys              interrupt.h taskqueue.h 
>     sys/kern             subr_taskqueue.c 
>   Log:
>   "fast swi" taskqueue support.  This is a taskqueue that uses spinlocks
>   making it useful for dispatching swi tasks from fast interrupt handlers.

This code is not used by anything currently in the system so might be
kept under an #ifdef.  If it's usefulness isn't decided soon it should
probably be removed.  I'm committing it now so other folks can use it to
evaluate the merits of Iithread-based ISR's vs. fast ISR's.

	Sam



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