svn commit: r336635 - in head/sys: kern sys

Andriy Gapon avg at FreeBSD.org
Mon Jul 23 13:55:24 UTC 2018


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


More information about the svn-src-all mailing list