From mboxrd@z Thu Jan 1 00:00:00 1970 From: "KOCHI, Takayoshi" Date: Fri, 02 Aug 2002 22:01:49 +0000 Subject: Re: [Linux-ia64] [PATCH] dynamic IRQ allocation Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Fri, 2 Aug 2002 14:22:41 -0700 David Mosberger wrote: > >>>>> On Fri, 02 Aug 2002 10:45:11 -0700, "KOCHI, Takayoshi" said: > > >> register_irq() -> register_intr() > > No can do. At the platform-independent level, we have to accommodate > the Linux irq naming convention. (In the book I used the name "irq > number" to make it clearer that this is just a logical number, not > necessarily something corresponding to a physical line.) Did you take register_irq() for request_irq()? register_irq() is declared as static void register_irq(...) in iosapic.c. It does pretty iosapic-dependent stuff. Thanks, -- KOCHI, Takayoshi