git: ec25b6fa5ffd - main - LinuxKPI: Reimplement irq_work queue on top of fast taskqueue

Emmanuel Vadot manu at bidouilliste.com
Mon Jan 18 14:51:56 UTC 2021


On Mon, 18 Jan 2021 15:45:43 +0100
Hans Petter Selasky <hps at selasky.org> wrote:

> On 1/17/21 12:47 PM, Emmanuel Vadot wrote:
> > diff --git a/sys/compat/linuxkpi/common/include/linux/llist.h b/sys/compat/linuxkpi/common/include/linux/llist.h
> > new file mode 100644
> > index 000000000000..b3c89516e710
> > --- /dev/null
> > +++ b/sys/compat/linuxkpi/common/include/linux/llist.h
> > @@ -0,0 +1,101 @@
> > +/* Public domain. */
> 
> Hi,
> 
> Could you put a proper license text here?
> 
> --HPS

 I think that wulf@ adapted this one from the OpenBSD version.
https://github.com/openbsd/src/blob/master/sys/dev/pci/drm/include/linux/llist.h

-- 
Emmanuel Vadot <manu at bidouilliste.com>


More information about the dev-commits-src-all mailing list