From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 8A028DDF9C for ; Sat, 26 Jan 2008 11:46:03 +1100 (EST) Date: Fri, 25 Jan 2008 15:23:32 -0600 (CST) From: Kumar Gala To: Kim Phillips Subject: Re: [PATCH 5/9] powerpc: ipic: add interrupt vector 94 In-Reply-To: <20080124204650.48578c7f.kim.phillips@freescale.com> Message-ID: References: <20080124204650.48578c7f.kim.phillips@freescale.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, Jerry Huang List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 24 Jan 2008, Kim Phillips wrote: > this is used on the mpc8315 SoC for DMA error interrupts. > > Signed-off-by: Jerry Huang > Signed-off-by: Kim Phillips > --- > arch/powerpc/sysdev/ipic.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > applied. (fyi, the irq is for TDM DMA, not general DMA) - k