Atsushi Nemoto wrote: > On Fri, 16 Mar 2007 15:32:56 -0600, Marc St-Jean > <stjeanma@xxxxxxxxxxxxxx> wrote: > > +static struct irq_chip msp_cic_irq_controller = { > > + .typename = "MSP_CIC", > > The 'typename' is obsolete. Use 'name'. Also, using new flow handler > (and GENERIC_HARDIRQS_NO__DO_IRQ in Kconfig) might give you a little > bit better performance. Thanks Atsushi. By "using new flow handler" do you mean specifying "handle_level_irq", "handle_edge_irq". etc? Marc