Re: [PATCH 01/15] ARM minor irq handler cleanups

From: Lennert Buytenhek
Date: Sat Apr 19 2008 - 12:14:47 EST


On Fri, Apr 18, 2008 at 08:25:37PM -0400, Jeff Garzik wrote:

> >>This change's main purpose is to prepare for the patchset in
> >>jgarzik/misc-2.6.git#irq-remove, that explores removal of the
> >>never-used 'irq' argument in each interrupt handler.
> >
> >What do you mean? I know at least one of two interrupt handlers
> >in-tree that use their 'irq' arguments.
>
> They can use new function get_irqfunc_irq(), similar to the existing
> method of getting pt_regs for the tiny number of users who need that
> sort of info, when pt_regs was removed.

Well, you said that the 'irq' argument was never-used, I was merely
saying that I found that not to be the case.


> But after having gone over, literally, every single interrupt handler in
> the kernel, I can safely say that 99.8% never reference that argument,
> and 0.1% that do already have the same information via another route.
>
> That leaves only a few drivers that need it without modification, and
> even fewer drivers that need it after modification.

Sounds good.

Very-much-liked-by: Lennert Buytenhek <buytenh@xxxxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/