From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <46250034.7000202@billgatliff.com> Date: Tue, 17 Apr 2007 12:13:24 -0500 From: Bill Gatliff MIME-Version: 1.0 To: Laurent Pinchart Subject: Re: Compiling interrupt controller code as a module References: <200704171731.43608.laurent.pinchart@technotrade.biz> In-Reply-To: <200704171731.43608.laurent.pinchart@technotrade.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Laurent Pinchart wrote: > Hi everybody. > > I wrote a kernel driver for a custom bus (using arch/ppc). The hardware has a > cascaded interrupt controller wired to one of the CPU interrupts. The > interrupt controller IRQ handler calls __do_IRQ() to dispatch interrupts. > > Everything worked fine until I tried to compile the code as a module because > __do_IRQ() is not exported. Is there a way to compile an interrupt controller > as a module, or must it be included in the kernel ? > Could you just export __do_IRQ()? b.g. -- Bill Gatliff bgat@billgatliff.com