From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: m68k: Convert to genirq (WIP) Date: Thu, 16 Jun 2011 22:03:29 +0200 (CEST) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: In-Reply-To: Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Geert Uytterhoeven Cc: Linux/m68k , Linux Kernel Development On Thu, 16 Jun 2011, Geert Uytterhoeven wrote: > > Seems like everything (Atari/ARAnyM and Amiga) still works when using > > handle_simple_irq instead of handle_level_irq. > > As a bonus, BogoMIPS is above 16 again. > > With handle_simple_irq(), we no longer need to define irq_{,un}mask() methods > in our irq_chips. Hence the "old" m68k platform interrupt code seems to be much > closer to genirq than I thought... > > Does this make sense? It makes sense, when your interrupt chips do not require any action when an interrupt is handled. In that case you can avoid the hardware access. Thanks, tglx