Hi Sergei! On Tue, Nov 24, 2009 at 05:27:18PM +0300, Sergei Shtylyov wrote: > > Use runtime CPU detection instead of relying on preprocessor symbols. > > > Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxx> > > [...] > > > @@ -547,36 +549,9 @@ handle: > > do_IRQ(off); > > } > > > > -/* setup edge/level and assign request 0/1 */ > > -static void __init setup_irqmap(struct au1xxx_irqmap *map, int count) > > +static void __init au1000_init_irq(struct au1xxx_irqmap *map) > > { > > Perhaps au1xxx_inint_irq() would be a better name... I wanted to express that this is for au1000 and its compatible brethren since the Au1300 has a completely different IRQ and GPIO system which requires new code. Manuel