Re: [Cbe-oss-dev] [PATCH] spidernet: improve interrupt handling

2007-07-10 Thread Ishizaki Kou
Linas-san, > On Mon, Jul 09, 2007 at 05:48:08PM +0900, Ishizaki Kou wrote: > > We intend this patch to improve spidernet interrupt handling to be > > more strict. We had following problem and this patch solves it. > > Looks reasonable to me. I'll forward it upstream. In the future, Thank you.

Re: [PATCH] spidernet: improve interrupt handling

2007-07-10 Thread Jeff Garzik
Linas Vepstas wrote: From: Ishizaki Kou <[EMAIL PROTECTED]> We intend this patch to improve spidernet interrupt handling to be more strict. We had following problem and this patch solves it. -when CONFIG_DEBUG_SHIRQ=y, request_irq() calls handler(). -when spider_net_open() is called, it call

[PATCH] spidernet: improve interrupt handling

2007-07-09 Thread Linas Vepstas
From: Ishizaki Kou <[EMAIL PROTECTED]> We intend this patch to improve spidernet interrupt handling to be more strict. We had following problem and this patch solves it. -when CONFIG_DEBUG_SHIRQ=y, request_irq() calls handler(). -when spider_net_open() is called, it calls request_irq() which

Re: [PATCH] spidernet: improve interrupt handling

2007-07-09 Thread Linas Vepstas
On Mon, Jul 09, 2007 at 05:48:08PM +0900, Ishizaki Kou wrote: > We intend this patch to improve spidernet interrupt handling to be > more strict. We had following problem and this patch solves it. Looks reasonable to me. I'll forward it upstream. In the future, could you use "diff -Nupr"? it adds

[PATCH] spidernet: improve interrupt handling

2007-07-09 Thread Ishizaki Kou
We intend this patch to improve spidernet interrupt handling to be more strict. We had following problem and this patch solves it. -when CONFIG_DEBUG_SHIRQ=y, request_irq() calls handler(). -when spider_net_open() is called, it calls request_irq() which calls spider_net_interrupt(). -if some