From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Fri, 02 Aug 2002 21:22:41 +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, 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.) --david