Date: Mon, 23 Jul 2018 16:55:17 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r336635 - in head/sys: kern sys Message-ID: <17d787c0-adb2-a4fd-16a8-9ea5af5d87e0@FreeBSD.org> In-Reply-To: <201807231251.w6NCpNYK070272@repo.freebsd.org> References: <201807231251.w6NCpNYK070272@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 23/07/2018 15:51, Andriy Gapon wrote: > Author: avg > Date: Mon Jul 23 12:51:23 2018 > New Revision: 336635 > URL: https://svnweb.freebsd.org/changeset/base/336635 > > Log: > change interrupt event's list of handlers from TAILQ to CK_SLIST This commit broke a lot of !x86 architectures that access ie_handlers directly. I am building testing a fix for that now. But maybe we should think about making sys/interrupt.h interface more expressive so that the consumers do not need to poke into what could be considered the internals of MI interrupt handling code. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17d787c0-adb2-a4fd-16a8-9ea5af5d87e0>