svn commit: r198134 - in head: share/man/man9 sys/amd64/amd64 sys/amd64/include sys/i386/i386 sys/i386/include sys/kern sys/sys

Peter Jeremy peterjeremy at acm.org
Fri Oct 16 23:32:38 UTC 2009


On 2009-Oct-15 14:54:35 +0000, John Baldwin <jhb at freebsd.org> wrote:
>  Add a facility for associating optional descriptions with active interrupt
>  handlers.  This is primarily intended as a way to allow devices that use
>  multiple interrupts (e.g. MSI) to meaningfully distinguish the various
>  interrupt handlers.

This appears to be the cause of my latest non-SMP i386 build breaking.  (And
by code inspection, amd64 is similarly broken).

The problem is that the intr_describe() definitions are inside (large)
#ifdef SMP blocks, whilst the reference is not similarly protected.
code inspection)

-- 
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20091016/9e08da93/attachment.pgp


More information about the svn-src-all mailing list