On Apr 18, 2008, at 6:22 PM, Jeff Garzik wrote:
quoted text > - whitespace cleanups
>
> - remove pointless prototype (uses always follow func implementation)
>
> - 'irq' argument is often used purely as a local variable. rename
> argument to 'dummy' and define 'irq' as local to make this plain.
>
> - remove pointless casts from void*
>
> 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.
>
> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
arch/ppc is pretty much left for dead at this point. I'm guessing we
will end up removing it 2.6.27 if we follow through with our plans of
killing it this summer.
Acked-by: Kumar Gala <galak@kernel.crashing.org>
- k
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH 04/15] [PPC] minor irq handler cleanups , Kumar Gala , (Sat Apr 19, 10:57 am)