From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 11 Feb 2000 14:17:32 -0700 From: Cort Dougan To: Gabriel Paubert Cc: Geert Uytterhoeven , Benjamin Herrenschmidt , Linux/PPC Development , linuxppc-bk@fsmlabs.com Subject: Re: Latest OpenPic changes Message-ID: <20000211141732.F15548@hq.fsmlabs.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from Gabriel Paubert on Fri, Feb 11, 2000 at 06:30:06PM +0100 Sender: owner-linuxppc-dev@lists.linuxppc.org List-Id: } Note that there are still problems, some functions use check_arg_irq(irq) } and then use irq while othre use irq-open_pic_irq_offset after the same } check. I'm still trying to understand how it should work since I suspect } something is wrong given the behaviour of my nfsroot machines :-( } } Oh and BTW there is a typo in the kernel.org sources: } } if ( !(_machine && (_MACH_gemini|_MACH_Pmac)) ) } } ^^ } should be & otherwise the cascade interrupt will never be requested. I think we should drop the check_irq_arg() calls everywhere. They will always fail for IPI's and since we remap the irqs anyway it doesn't matter. I'll fix the typo... Thanks :) ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/