From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by ozlabs.org (Postfix) with ESMTP id 0A5A7DE02A for ; Thu, 11 Oct 2007 06:39:47 +1000 (EST) Received: by rv-out-0910.google.com with SMTP id c27so268646rvf for ; Wed, 10 Oct 2007 13:39:46 -0700 (PDT) Message-ID: Date: Wed, 10 Oct 2007 14:39:45 -0600 From: "Eno 3 Compton" To: linuxppc-dev@ozlabs.org Subject: irq identification has changed from 2.6.10 to 2.6.23. an explanation is requested MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17908_17141708.1192048785099" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_17908_17141708.1192048785099 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear All, I had a driver working under 2.6.10 on a mpc8248. The kernel got changed under me to 2.6.23. Now, when I call request_irq with SIU_INT_IRQ5, which is defined in asm-powerpc/irq.h, and once compiled and worked properly, I get compilation errors. The compiler can't find the symbol definition because CONFIG_PPC_MERGE is defined. I suspect the kernel guys have migrated things to a new arrangement, which I've been unable to discern. An explanation or advice on where to find information about this would be hugely appreciated. Eno Compton ------=_Part_17908_17141708.1192048785099 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear All,

I had a driver working under 2.6.10 on a mpc8248. The kernel got changed under me to 2.6.23. Now, when I call request_irq with SIU_INT_IRQ5, which is defined in asm-powerpc/irq.h, and once compiled and worked properly, I get compilation errors. The compiler can't find the symbol definition because CONFIG_PPC_MERGE  is defined. I suspect the kernel guys have migrated things to a new arrangement, which I've been unable to discern.

An explanation or advice on where to find information about this would be hugely appreciated.

Eno Compton
------=_Part_17908_17141708.1192048785099--