Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2010 09:44:55 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        gljennjohn@googlemail.com
Cc:        arch@freebsd.org
Subject:   Re: Interrupt Threads
Message-ID:  <201009200944.55460.jhb@freebsd.org>
In-Reply-To: <20100918111606.1c4390ff@ernst.jennejohn.org>
References:  <201009171123.39382.jhb@freebsd.org> <20100918111606.1c4390ff@ernst.jennejohn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday, September 18, 2010 5:16:06 am Gary Jennejohn wrote:
> On Fri, 17 Sep 2010 11:23:39 -0400
> John Baldwin <jhb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009200944.55460.jhb>