Date: Thu, 03 Apr 2008 21:03:08 -0700 From: Sam Leffler <sam@freebsd.org> To: John Baldwin <jhb@freebsd.org> Cc: arm@freebsd.org Subject: Re: A patch to simplify the MD interrupt code a bit.. Message-ID: <47F5A87C.1000804@freebsd.org> In-Reply-To: <200804031514.33243.jhb@FreeBSD.org> References: <200804031514.33243.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin wrote: > This patch adds an MI intr_event_handle() routine for the non-FILTER case so > that the MD code becomes identical in both cases and all the INTR_FILTER > #ifdef's end up in kern_intr.c. It's been tested on amd64, i386, and sparc64 > and cross-compiled on ppc, arm, and ia64. I'd like to get it tested on arm > as I slightly adjusted the MD code to just not bother masking the interrupt > unless we are going to run an ithread which is mostly what the existing > FILTER code did except that it unmasked the interrupt when it wasn't masked > in the first place if a filter handled the interrupt. Patch is at > http://www.freebsd.org/~jhb/patches/intr_filter.patch > > Seems to be ok on an AVILA board w/ latest HEAD. Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47F5A87C.1000804>