Interrupt Threads

John Baldwin jhb at freebsd.org
Mon Sep 20 13:51:48 UTC 2010


On Saturday, September 18, 2010 5:16:06 am Gary Jennejohn wrote:
> On Fri, 17 Sep 2010 11:23:39 -0400
> John Baldwin <jhb at freebsd.org> wrote:
> 
> > The code currently lives in p4 at //depot/user/jhb/intr/...  I have also put 
> > up a patch at http://www.freebsd.org/~jhb/patches/intr_threads.patch.  This 
> > patch includes the changes to the igb(4) driver.
> > 
> 
> Doesn't compile without INVARIANTS because in line 928 of
> kern/kern_intr.c ihw is used, but its declaration is hidden behind
> #ifdef INVARIANTS.
> 
> I just moved it outside the ifdef to get it to compile, but I haven't
> tested the resulting kernel yet, so I don't know whether that was the
> correct solution.

Yes, that is the correct fix, thanks!

-- 
John Baldwin


More information about the freebsd-arch mailing list