Re: [RFC PATCH 22/24] arm: rpc-dma: replace fiq enable/disable interface with irq apis

2011-08-23 Thread Nicolas Pitre
On Tue, 23 Aug 2011, Venkatraman S wrote: > From: Venkatraman S > > The underlying implementation in enable_fiq/disable_fiq uses > the irqs anyway, so use them directly. > > Signed-off-by: Venkatraman S Maybe folding the FIQ_START constant into the actual fiq number would be better here. Lo

[RFC PATCH 22/24] arm: rpc-dma: replace fiq enable/disable interface with irq apis

2011-08-23 Thread Venkatraman S
From: Venkatraman S The underlying implementation in enable_fiq/disable_fiq uses the irqs anyway, so use them directly. Signed-off-by: Venkatraman S --- arch/arm/mach-rpc/dma.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-rpc/dma.c b/arch/arm/mach-r