Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2010 11:16:06 +0200
From:      Gary Jennejohn <gljennjohn@googlemail.com>
To:        John Baldwin <jhb@freebsd.org>
Cc:        arch@freebsd.org
Subject:   Re: Interrupt Threads
Message-ID:  <20100918111606.1c4390ff@ernst.jennejohn.org>
In-Reply-To: <201009171123.39382.jhb@freebsd.org>
References:  <201009171123.39382.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

--
Gary Jennejohn



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