Date: Mon, 18 Jan 2021 15:51:47 +0100 From: Emmanuel Vadot <manu@bidouilliste.com> To: Hans Petter Selasky <hps@selasky.org> Cc: Emmanuel Vadot <manu@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: ec25b6fa5ffd - main - LinuxKPI: Reimplement irq_work queue on top of fast taskqueue Message-ID: <20210118155147.7bfc3adb93b21018c2076def@bidouilliste.com> In-Reply-To: <40992eaf-97bd-b9fc-258a-63367aedc607@selasky.org> References: <202101171147.10HBlhip057611@gitrepo.freebsd.org> <40992eaf-97bd-b9fc-258a-63367aedc607@selasky.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 Jan 2021 15:45:43 +0100 Hans Petter Selasky <hps@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@bidouilliste.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210118155147.7bfc3adb93b21018c2076def>