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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to